Make a change in Dockerfile-ubuntu to force rebuild of docker image

This commit is contained in:
Xavier Claessens 2018-11-22 12:00:26 -05:00
parent 71b1b352ee
commit af66e26160

View file

@ -3,7 +3,6 @@ FROM ubuntu:18.04
ENV DEBIAN_FRONTEND=noninteractive
# upgrade and install all runtime dependencies for gstreamer
RUN apt-get update && \
apt-get -y upgrade && \
apt-get -y install --no-install-recommends\