mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 04:16:58 +00:00
Fix #25
This commit is contained in:
parent
54598657fd
commit
c73ac00874
@ -55,7 +55,7 @@ RUN ln -s /bin/true /bin/systemctl \
|
||||
&& groupadd --force --system --gid $ATLAS_GID atlas \
|
||||
&& usermod -aG atlas atlas \
|
||||
&& apt-get update -y \
|
||||
&& apt-get install -y libcap2-bin iproute2 openssh-client procps net-tools gosu \
|
||||
&& apt-get install -y libcap2-bin libssl1.1 iproute2 openssh-client procps net-tools gosu \
|
||||
&& dpkg -i /tmp/atlasswprobe-*.deb \
|
||||
&& apt-get install -fy \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
|
Loading…
x
Reference in New Issue
Block a user