mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
Make a change in Dockerfile-ubuntu to force rebuild of docker image
This commit is contained in:
parent
71b1b352ee
commit
af66e26160
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue