Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Feb 5, 2024
1 parent fc164a4 commit 10ee8cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ FROM ubuntu:22.04
LABEL maintainer="Robert Waffen <https://github.com/rwaffen>"

RUN apt update && \
apt install -y --no-install-recommends openssh-server libssl-dev sudo && \
apt install -y --no-install-recommends \
openssh-server \
libssl-dev \
python3 \
sudo && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit 10ee8cb

Please sign in to comment.