Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
feat: add socat package
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn committed Oct 28, 2023
1 parent 4a74f7b commit 1dc3dac
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions ubuntu/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ ENV container="docker"
RUN set -ex ; \
export DEBIAN_FRONTEND=noninteractive; \
apt update ; \
apt install -y systemd systemd-sysv iproute2 python3 sudo hostname procps ca-certificates gnupg netcat-openbsd ; \
apt install -y systemd \
systemd-sysv \
iproute2 \
python3 \
sudo \
hostname \
procps \
ca-certificates \
gnupg \
netcat-openbsd \
socat ; \
apt clean all ; \
rm -rf \
/var/lib/apt/lists/* \
Expand All @@ -18,4 +28,4 @@ RUN truncate -s0 /etc/machine-id

STOPSIGNAL SIGRTMIN+3

CMD [ "/sbin/init" ]
CMD [ "/sbin/init" ]

0 comments on commit 1dc3dac

Please sign in to comment.