Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docker
python3
Poetry
Commits
34ea101c
Commit
34ea101c
authored
Oct 26, 2022
by
Moul
Browse files
Move git and pre-commit installations from 3.9 to 3.11
parent
56df80d3
Pipeline
#18153
passed with stage
in 8 minutes and 41 seconds
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
3.11/Dockerfile
View file @
34ea101c
...
...
@@ -2,7 +2,7 @@ FROM python:3.11-slim
# Install libsodium
RUN
apt update
&&
\
apt
install
--yes
libsodium23
&&
\
apt
install
--yes
libsodium23
git pre-commit
&&
\
rm
-rf
/var/lib/apt/lists
# Install Poetry
...
...
3.9/Dockerfile
View file @
34ea101c
...
...
@@ -2,7 +2,7 @@ FROM python:3.9-slim
# Install libsodium
RUN
apt update
&&
\
apt
install
--yes
libsodium23
git pre-commit
&&
\
apt
install
--yes
libsodium23
&&
\
rm
-rf
/var/lib/apt/lists
# Install Poetry
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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