summaryrefslogtreecommitdiff
path: root/ci/containers/ubuntu-2004.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/containers/ubuntu-2004.Dockerfile')
-rw-r--r--ci/containers/ubuntu-2004.Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/containers/ubuntu-2004.Dockerfile b/ci/containers/ubuntu-2004.Dockerfile
index 2414e3e..511d923 100644
--- a/ci/containers/ubuntu-2004.Dockerfile
+++ b/ci/containers/ubuntu-2004.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"