Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pole-Web
Website
Commits
f79faa8a
Verified
Commit
f79faa8a
authored
Nov 13, 2021
by
MOREAU Ulysse
Committed by
VAN ZUIJLEN Nils
Nov 13, 2021
Browse files
Update base docker image to archlinux:base
Signed-off-by:
Nils VAN ZUIJLEN
<
nils.van-zuijlen@mailo.com
>
parent
33ab592c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f79faa8a
...
...
@@ -34,7 +34,7 @@ build_ci_image:
script
:
-
docker pull postgres:13
-
docker pull redis:latest
-
docker pull archlinux
/
base
:latest
-
docker pull archlinux
:
base
-
docker build --no-cache -t enib-website:ci .
install_venv
:
...
...
Dockerfile
View file @
f79faa8a
FROM
archlinux
/
base
:latest
FROM
archlinux
:
base
RUN
pacman
-Syuq
--noconfirm
--needed
\
python
\
...
...
Write
Preview
Supports
Markdown
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