Skip to content

Commit

Permalink
Merge pull request #13 from farribeiro/patch-2
Browse files Browse the repository at this point in the history
Update base image to bookworm-slim
  • Loading branch information
ronoaldo authored Nov 17, 2023
2 parents 7773027 + 7732ca8 commit 2069fa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM debian:bullseye AS builder
FROM debian:bookworm-slim AS builder

# Build-time arguments
ARG MINETEST_VERSION=master
Expand Down Expand Up @@ -71,9 +71,9 @@ RUN cmake /usr/src/minetest \
make install

# Bundle only the runtime dependencies
FROM debian:bullseye AS runtime
FROM debian:bookworm-slim AS runtime
RUN apt-get update &&\
apt-get install libcurl3-gnutls libgcc-s1 libgmp10 libjsoncpp24 \
apt-get install libcurl3-gnutls libgcc-s1 libgmp10 libjsoncpp25 \
libleveldb1d libncursesw6 libpq5 \
libspatialindex6 libsqlite3-0 libstdc++6 libtinfo6 zlib1g libzstd1 \
adduser git -yq &&\
Expand Down

0 comments on commit 2069fa5

Please sign in to comment.