Skip to content

Commit

Permalink
try with other base image
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Mar 15, 2024
1 parent 47c33c2 commit 3d4d6b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:sid-slim
FROM debian:12
LABEL maintainer="Christian Diener <[email protected]>"

RUN apt-get update \
Expand All @@ -24,6 +24,7 @@ RUN apt-get update \
curl \
procps \
libcurl4-openssl-dev \
libsbmbl5-dev \
parallel

RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
Expand Down

0 comments on commit 3d4d6b5

Please sign in to comment.