docker: ubuntu: Update to 18.04
This commit is contained in:
parent
f1ea83a297
commit
fc8b90123d
@ -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…
x
Reference in New Issue
Block a user