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
RUN apt-get update
RUN apt-get install -y wget
RUN apt-get install -y curl
RUN apt-get update && \
apt-get install -y wget curl
COPY entrypoint.sh /entrypoint.sh