Commit 7235cdd9 authored by Tim Leers's avatar Tim Leers

Add -y option for apt-get upgrade

parent 6729e30a
FROM ubuntu:bionic-20200403 FROM ubuntu:bionic-20200403
RUN apt-get update RUN apt-get update
RUN apt-get upgrade RUN apt-get upgrade -y
RUN apt-get install -y curl gnupg RUN apt-get install -y curl gnupg
# install varnish repo # install varnish repo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment