Skip to content

Commit cc30a90

Browse files
committed
create some paths more
1 parent 2a975f8 commit cc30a90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ FROM debian:stable-slim
2727
RUN ln -s /usr/bin/dpkg-split /usr/sbin/dpkg-split
2828
RUN ln -s /usr/bin/dpkg-deb /usr/sbin/dpkg-deb
2929
RUN ln -s /bin/tar /usr/sbin/tar
30+
RUN ln -s /bin/rm /usr/sbin/rm
3031
RUN apt-get update && apt-get install -y ca-certificates curl && rm -rf /var/lib/apt/lists/* \
3132
&& groupadd -r sso && useradd -r -g sso sso
3233
WORKDIR /sso

0 commit comments

Comments
 (0)