add 6.0
This commit is contained in:
parent
627c79e604
commit
04acc1a42d
@ -1,4 +1,4 @@
|
|||||||
FROM registry.hottis.de/dockerized/base-build-env:1.5.1-bullseye
|
FROM registry.hottis.de/dockerized/base-build-env:1.5.2-bullseye
|
||||||
|
|
||||||
LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>"
|
LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>"
|
||||||
|
|
||||||
@ -10,5 +10,7 @@ RUN \
|
|||||||
chown root:root /etc/apt/trusted.gpg.d/microsoft.asc.gpg && \
|
chown root:root /etc/apt/trusted.gpg.d/microsoft.asc.gpg && \
|
||||||
chown root:root /etc/apt/sources.list.d/microsoft-prod.list && \
|
chown root:root /etc/apt/sources.list.d/microsoft-prod.list && \
|
||||||
apt update -y && \
|
apt update -y && \
|
||||||
apt install -y dotnet-sdk-5.0
|
apt install -y dotnet-sdk-5.0 && \
|
||||||
|
apt install -y dotnet-sdk-6.0
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user