File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM lscr.io/linuxserver/webtop:4.16-r0-ls95
1+ FROM lscr.io/linuxserver/webtop:alpine-xfce-latest
22LABEL NAME="OWASP WrongSecrets Web Desktop" MAINTAINER="Jeroen Willemsen"
33
44RUN \
1818 rm -rf /tmp/*
1919
2020RUN \
21- echo "installing dotnet 8.0 with comprehensive musl compatibility" && \
21+ echo "installing dotnet 8.0 with enhanced musl compatibility on newer Alpine " && \
2222 apk add --no-cache curl icu-libs icu-data-full krb5-libs libgcc libintl libssl3 libstdc++ zlib \
2323 musl-locales musl-locales-lang tzdata ca-certificates lttng-ust libunwind libgdiplus && \
2424 curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 8.0 --install-dir /etc/dotnet && \
Original file line number Diff line number Diff line change 1- FROM lscr.io/linuxserver/webtop:4.16-r0-ls95
1+ FROM lscr.io/linuxserver/webtop:alpine-xfce-latest
22LABEL NAME="OWASP WrongSecrets Web Desktop" MAINTAINER="Jeroen Willemsen"
33
44RUN \
@@ -23,7 +23,7 @@ RUN echo "**** clone wrongsecrets.git for webtop in k8s ****" && \
2323 git clone https://github.com/OWASP/wrongsecrets.git
2424
2525RUN \
26- echo "installing dotnet 8.0 with comprehensive musl compatibility" && \
26+ echo "installing dotnet 8.0 with enhanced musl compatibility on newer Alpine " && \
2727 apk add --no-cache curl icu-libs icu-data-full krb5-libs libgcc libintl libssl3 libstdc++ zlib \
2828 musl-locales musl-locales-lang tzdata ca-certificates lttng-ust libunwind libgdiplus && \
2929 curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 8.0 --install-dir /etc/dotnet && \
You can’t perform that action at this time.
0 commit comments