Install openssh-client and docker - #13, #12

This commit is contained in:
jamesread 2021-07-16 22:05:03 +01:00
parent 59a0941fa4
commit 8c4912381c
1 changed files with 5 additions and 2 deletions

View File

@ -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