Added missing -y to dockerfile
This commit is contained in:
parent
b6500b9d3f
commit
6055309a9c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN apt-get update && \
|
|||
|
||||
RUN add-apt-repository ppa:jonathonf/gcc-7.1 && \
|
||||
apt-get update && \
|
||||
apt-get install gcc-7 g++-7 && \
|
||||
apt-get install gcc-7 g++-7 -y && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue