Skip to content
Snippets Groups Projects
Commit 2edf62de authored by Pierre Aubert's avatar Pierre Aubert
Browse files

Add curl in python image

parent 1767b5cf
Branches master
No related tags found
No related merge requests found
Pipeline #193261 passed
......@@ -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:
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment