Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
educs
Meson GCC Docker Images
Commits
6766fb01
Commit
6766fb01
authored
Jan 05, 2021
by
Daniel Schiffner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating images
parent
0c267c11
Pipeline
#6359
passed with stage
in 2 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Dockerfile-linux
Dockerfile-linux
+2
-1
Dockerfile-windows
Dockerfile-windows
+3
-2
No files found.
Dockerfile-linux
View file @
6766fb01
...
...
@@ -3,6 +3,7 @@ FROM gcc:10
USER root
RUN apt update &&\
apt install -y -qq python3 python3-pip python3-setuptools python3-wheel ninja-build > /dev/null &&\
pip3 install meson
pip3 install meson &&\
groupadd -r meson && useradd --no-log-init -r -g meson meson
USER meson
Dockerfile-windows
View file @
6766fb01
...
...
@@ -5,6 +5,7 @@ RUN apt update &&\
echo "deb http://ftp.fr.debian.org/debian testing main" >> /etc/apt/sources.list && \
apt update && \
apt install -y -qq python3 python3-pip python3-setuptools python3-wheel ninja-build > /dev/null &&\
pip3 install meson
pip3 install meson &&\
groupadd -r meson && useradd --no-log-init -r -g meson meson
USER meson
USER meson
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment