Skip to content

Commit

Permalink
Gitlab CI: Modify file so CI triggers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Esme Povirk committed Mar 16, 2024
1 parent 50e24bc commit d71617b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/build.docker
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
echo 'exit 101' >> /usr/sbin/policy-rc.d && \
chmod +x /usr/sbin/policy-rc.d && \
apt-get update && \
apt-get install -y git build-essential ca-certificates autoconf libtool automake cmake python3 gettext wget wine64 wine64-tools libgdiplus zip && \
apt-get install -y git build-essential ca-certificates autoconf libtool automake cmake python3 gettext wget wine64 wine64-tools libgdiplus zip && \
apt-get clean && \
useradd -m gitlab

Expand Down

0 comments on commit d71617b

Please sign in to comment.