add yes flags
This commit is contained in:
parent
d9ed9f40a2
commit
3216c4796a
@ -1,7 +1,7 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get upgrade
|
||||
RUN apt-get update -y
|
||||
RUN apt-get upgrade -y
|
||||
|
||||
RUN apt-get install -y build-essential wget
|
||||
RUN apt-get install -y python3 python3-pip python3-dev python3-venv
|
||||
|
Loading…
Reference in New Issue
Block a user