summaryrefslogtreecommitdiff
path: root/.gitlab-ci/fedora-latest.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/fedora-latest.Dockerfile')
-rw-r--r--.gitlab-ci/fedora-latest.Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/fedora-latest.Dockerfile b/.gitlab-ci/fedora-latest.Dockerfile
index 24f476c..9927e8d 100644
--- a/.gitlab-ci/fedora-latest.Dockerfile
+++ b/.gitlab-ci/fedora-latest.Dockerfile
@@ -26,6 +26,8 @@ RUN dnf -y install \
xorg-x11-server-Xvfb \
&& dnf clean all
+RUN pip3 install meson==0.52
+
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}
RUN useradd -u $HOST_USER_ID -ms /bin/bash user
@@ -33,6 +35,4 @@ RUN useradd -u $HOST_USER_ID -ms /bin/bash user
USER user
WORKDIR /home/user
-RUN pip3 install --user meson==0.52
-
ENV LANG C.utf8