mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
docker: ubuntu: Update to 18.04
This commit is contained in:
parent
f1ea83a297
commit
fc8b90123d
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM gstreamer/base-ubuntu:latest
|
||||
FROM registry.freedesktop.org/thiblahute/gst-ci/ubuntu-runtime
|
||||
|
||||
# make source packages available in order to figure out build dependencies
|
||||
RUN \
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
FROM ubuntu:17.04
|
||||
FROM ubuntu:18.04
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# upgrade and install all runtime dependencies for gstreamer
|
||||
|
||||
|
|
Loading…
Reference in a new issue