Update Dockerfile

This commit is contained in:
Adrien le Maire 2021-05-08 12:01:52 +00:00
parent 48d16d1b6f
commit 51319d06e3

View File

@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
openssh-client \
wget \
ca-certificates \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY hugo.sh /root/hugo.sh
RUN /bin/sh /root/hugo.sh