Skip to content

Commit 3d69ccb

Browse files
committed
[servo] fix image build by installing a more recent gstreamer
1 parent d79f4d5 commit 3d69ccb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

servo/servo.dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM janitortechnology/ubuntu-dev
2-
MAINTAINER Jan Keromnes "janx@linux.com"
32

43
# Install Servo build dependencies.
54
# Packages are from https://github.com/servo/servo/blob/master/README.md#on-debian-based-linuxes
@@ -63,6 +62,9 @@ RUN echo "\n# Work around https://github.com/servo/servo/issues/20712." >> /home
6362
&& echo "export HARFBUZZ_SYS_NO_PKG_CONFIG=1" >> /home/user/.bashrc
6463
ENV HARFBUZZ_SYS_NO_PKG_CONFIG 1
6564

65+
# Install a more recent GStreamer.
66+
RUN ./mach bootstrap-gstreamer
67+
6668
# Build Servo.
6769
RUN ./mach build -d
6870

0 commit comments

Comments
 (0)