Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
PhoenixDocker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CTA-LAPP
PHOENIX_LIBS
PhoenixDocker
Commits
2edf62de
Commit
2edf62de
authored
2 years ago
by
Pierre Aubert
Browse files
Options
Downloads
Patches
Plain Diff
Add curl in python image
parent
1767b5cf
Branches
master
No related tags found
No related merge requests found
Pipeline
#193261
passed
2 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
docker/ubuntu2204_python3/Dockerfile
+1
-1
1 addition, 1 deletion
docker/ubuntu2204_python3/Dockerfile
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
2edf62de
...
...
@@ -130,8 +130,8 @@ package_ubuntu2204_python3_image:
script
:
-
${CI_PROJECT_DIR}/scripts/scriptCreateImage.sh docker/ubuntu2204_python3/Dockerfile "package_ubuntu2204_python3:0.1"
rules
:
#
- when: always
-
when
:
never
-
when
:
always
#
- when: never
#- if: $CI_COMMIT_TAG
package_ubuntu2204_zmq_image
:
...
...
This diff is collapsed.
Click to expand it.
docker/ubuntu2204_python3/Dockerfile
+
1
−
1
View file @
2edf62de
...
...
@@ -16,7 +16,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
ARG
DEBIAN_FRONTEND=noninteractive
RUN
apt-get
-y
update
RUN
apt-get
install
-y
apt-utils xz-utils python3
RUN
apt-get
install
-y
apt-utils xz-utils python3
curl
RUN
apt-get
install
-y
wget
RUN
apt-get
install
-y
gcc g++ cmake make git
...
...
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
register
or
sign in
to comment