Make a change in Dockerfile-ubuntu to force rebuild of docker image
This commit is contained in:
parent
71b1b352ee
commit
af66e26160
@ -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\
|
||||
|
Loading…
x
Reference in New Issue
Block a user