We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9760aa9 commit c946c9eCopy full SHA for c946c9e
Dockerfile
@@ -1,5 +1,5 @@
1
#moving to ubuntu instead of debian to solve high vulnerabilities
2
-FROM ubuntu:noble-20250529
+FROM ubuntu:noble-20250619
3
4
RUN apt-get update && \
5
apt-get install -y curl bash openssl git && \
@@ -14,8 +14,7 @@ ARG BUSYBOX_VERSION=1:1.36.1-6ubuntu3.1
14
15
16
apt-get install busybox=${BUSYBOX_VERSION} && \
17
- ln -s /bin/busybox /usr/bin/[[ && \
18
- apt-get reinstall -y libpam-modules systemd
+ ln -s /bin/busybox /usr/bin/[[
19
20
21
COPY ./start.sh /run/start.sh
0 commit comments