Added missing -y to dockerfile

This commit is contained in:
BenDroid 2018-04-14 20:54:48 +02:00
parent b6500b9d3f
commit 6055309a9c

View file

@ -5,7 +5,7 @@ RUN apt-get update && \
RUN add-apt-repository ppa:jonathonf/gcc-7.1 && \ RUN add-apt-repository ppa:jonathonf/gcc-7.1 && \
apt-get update && \ apt-get update && \
apt-get install gcc-7 g++-7 && \ apt-get install gcc-7 g++-7 -y && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*