mirror of
https://github.com/RIPE-NCC/ripe-atlas-software-probe.git
synced 2024-05-11 05:55:02 +00:00
Add -y to dist-upgrade
This commit is contained in:
@@ -3,7 +3,7 @@ FROM debian:10.10
|
||||
MAINTAINER phomburg@ripe.net
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get dist-upgrade
|
||||
RUN apt-get dist-upgrade -y
|
||||
RUN apt-get install -y autoconf
|
||||
RUN apt-get install -y libtool
|
||||
RUN apt-get install -y make
|
||||
|
||||
Reference in New Issue
Block a user