Skip to content

Commit bce547a

Browse files
committed
Dockerfile aktualisiert
1 parent 7cf2acc commit bce547a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM ich777/debian-baseimage
1+
FROM ich777/debian-baseimage:bullseye_amd64
22

33
LABEL org.opencontainers.image.authors="admin@minenet.at"
44
LABEL org.opencontainers.image.source="https://github.com/ich777/docker-lunamultiplayer-ksp"
55

66
RUN apt-get update && apt-get -y install --no-install-recommends wget apt-transport-https && \
7-
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O /tmp/packages-microsoft-prod.deb && \
7+
wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O /tmp/packages-microsoft-prod.deb && \
88
dpkg -i /tmp/packages-microsoft-prod.deb && apt-get update && \
99
apt-get -y install --no-install-recommends aspnetcore-runtime-5.0 jq unzip && \
1010
apt-get -y remove apt-transport-https && \

0 commit comments

Comments
 (0)