Skip to content

Commit

Permalink
Install openssh-client and docker - #13, #12
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Jul 16, 2021
1 parent 59a0941 commit 8c49123
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
FROM fedora

RUN mkdir -p /config /var/www/olivetin/ && \
dnf install -y iputils && \
dnf clean all && \
dnf install -y \
iputils \
openssh-clients \
docker \
&& dnf clean all && \
rm -rf /var/cache/yum # install ping

EXPOSE 1337/tcp
Expand Down

0 comments on commit 8c49123

Please sign in to comment.