format Dockerfile

This commit is contained in:
Eli Trop
2020-12-30 13:20:06 +02:00
parent 264db96c9e
commit 82043202eb

View File

@ -1,8 +1,7 @@
FROM ubuntu:18.04 FROM ubuntu:18.04
RUN apt-get update RUN apt-get update && \
RUN apt-get install -y wget apt-get install -y wget curl
RUN apt-get install -y curl
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh