Skip to content
Snippets Groups Projects
Commit 944d47f4 authored by Sören Henning's avatar Sören Henning
Browse files

Remove unnecessary -U

parent b9f65305
No related branches found
No related tags found
No related merge requests found
Pipeline #6282 failed
......@@ -588,4 +588,4 @@ deploy-buildimage-docker-compose-jq:
if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW"
- if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW && $CI_PIPELINE_SOURCE == 'web'"
when: manual
allow_failure: true
\ No newline at end of file
allow_failure: true
FROM docker:${DOCKER_VERSION:-latest}
RUN apk update && \
apk add -U jq && \
apk add jq && \
apk add py-pip python3-dev libffi-dev openssl-dev gcc libc-dev rust cargo make && \
pip install docker-compose
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