Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine AS builder
FROM mcr.microsoft.com/dotnet/runtime:9.0-noble AS builder


RUN adduser odcompile -H -D
RUN apk add libsodium-dev
RUN useradd --no-create-home odcompile

WORKDIR /opendream

Expand Down