summaryrefslogtreecommitdiff
path: root/ci/containers/ubuntu-1804.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/containers/ubuntu-1804.Dockerfile')
-rw-r--r--ci/containers/ubuntu-1804.Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/containers/ubuntu-1804.Dockerfile b/ci/containers/ubuntu-1804.Dockerfile
index 923e959..1e0b8d2 100644
--- a/ci/containers/ubuntu-1804.Dockerfile
+++ b/ci/containers/ubuntu-1804.Dockerfile
@@ -49,8 +49,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
-RUN pip3 install \
- meson==0.56.0
+RUN pip3 install meson==0.56.0
ENV LANG "en_US.UTF-8"
ENV MAKE "/usr/bin/make"