fix the Dockerfile syntax

This commit is contained in:
Jean-Paul Calderone 2019-04-03 14:41:36 -04:00
parent 3a01938159
commit bf2c43a500

View File

@ -1,7 +1,7 @@
FROM debian:9
RUN apt-get --quiet update &&
apt-get --quiet --yes install git &&
RUN apt-get --quiet update && \
apt-get --quiet --yes install git && \
apt-get --quiet --yes install \
sudo \
build-essential \