add yes flags

This commit is contained in:
Ed Chalstrey 2022-02-11 11:45:13 +00:00
parent d9ed9f40a2
commit 3216c4796a

View File

@ -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