Skip to content

Commit 1d13353

Browse files
authored
Switch the docker image to Ubuntu 24.04 (#24)
Has the dependencies required by OpenDream's byondapi implementation.
1 parent b18e237 commit 1d13353

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine AS builder
1+
FROM mcr.microsoft.com/dotnet/runtime:9.0-noble AS builder
22

33

4-
RUN adduser odcompile -H -D
5-
RUN apk add libsodium-dev
4+
RUN useradd --no-create-home odcompile
65

76
WORKDIR /opendream
87

0 commit comments

Comments
 (0)