Add -y to dist-upgrade

This commit is contained in:
Philip Homburg
2021-11-29 05:14:34 -05:00
parent d900f2ff13
commit 1befaf446d
@@ -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