Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Docker-Images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Automate
Agent sessions
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmytro Bogatov
Docker-Images
Commits
cea724af
Commit
cea724af
authored
Mar 14, 2023
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Add curl to python. [skip-ci]
parent
b8a4a42a
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#45297
skipped
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
images/python-extras/Dockerfile
+1
-1
1 addition, 1 deletion
images/python-extras/Dockerfile
images/python-extras/README.md
+1
-0
1 addition, 0 deletions
images/python-extras/README.md
images/python-extras/test.sh
+2
-1
2 additions, 1 deletion
images/python-extras/test.sh
with
5 additions
and
2 deletions
README.md
+
1
−
0
View file @
cea724af
...
...
@@ -303,6 +303,7 @@ In this image:
*
gcc
*
libxml2
*
libressl
*
curl
*
pip
*
jinja2
*
css_html_js_minify
...
...
This diff is collapsed.
Click to expand it.
images/python-extras/Dockerfile
+
1
−
1
View file @
cea724af
...
...
@@ -5,7 +5,7 @@ LABEL maintainer="Dmytro Bogatov <dmytro@dbogatov.org>"
# Install pip packages
RUN
apk upgrade
--update
\
&&
pip
install
--upgrade
pip
\
&&
apk add bash gcc libxml2-dev libxslt-dev libc-dev libffi-dev libressl-dev musl-dev libwebp-tools build-base python3-dev
\
&&
apk add bash gcc libxml2-dev libxslt-dev libc-dev libffi-dev libressl-dev musl-dev libwebp-tools build-base python3-dev
curl
\
&&
export
CRYPTOGRAPHY_DONT_BUILD_RUST
=
1
\
&&
pip3
install
jinja2 css_html_js_minify lesscpy pyyaml anybadge markdown scholarly webptools awscli libsass instagram-basic-display
\
&&
rm
-rf
/tmp/
*
/usr/share/man /var/cache/apk/
*
\
...
...
This diff is collapsed.
Click to expand it.
images/python-extras/README.md
+
1
−
0
View file @
cea724af
...
...
@@ -7,6 +7,7 @@ In this image:
*
gcc
*
libxml2
*
libressl
*
curl
*
pip
*
jinja2
*
css_html_js_minify
...
...
This diff is collapsed.
Click to expand it.
images/python-extras/test.sh
+
2
−
1
View file @
cea724af
...
...
@@ -13,6 +13,7 @@ python3 -c "import markdown"
python3
-c
"import scholarly"
python3
-c
"import webptools"
python3
-c
"import sass"
python3
-c
"import instagram
-
basic
-
display"
python3
-c
"import instagram
_
basic
_
display"
anybadge
-h
aws
--version
curl
--help
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment