We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a975f8 commit cc30a90Copy full SHA for cc30a90
1 file changed
Dockerfile
@@ -27,6 +27,7 @@ FROM debian:stable-slim
27
RUN ln -s /usr/bin/dpkg-split /usr/sbin/dpkg-split
28
RUN ln -s /usr/bin/dpkg-deb /usr/sbin/dpkg-deb
29
RUN ln -s /bin/tar /usr/sbin/tar
30
+RUN ln -s /bin/rm /usr/sbin/rm
31
RUN apt-get update && apt-get install -y ca-certificates curl && rm -rf /var/lib/apt/lists/* \
32
&& groupadd -r sso && useradd -r -g sso sso
33
WORKDIR /sso
0 commit comments