mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add curl to qa alpine images
This commit is contained in:
parent
b6e40a81cd
commit
56cd210598
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ ENV DOCKER_CHECKSUM="893e0b05e347dee1d857022181831c6ec3798e9a49fda9a319b2f5a6fb7
|
|||
ENV DOCKER_BIN="/usr/local/bin/docker"
|
||||
|
||||
# Install dependencies
|
||||
RUN apk --no-cache add -U openssl tar gzip bash ca-certificates build-base && mkdir -p /opt
|
||||
RUN apk --no-cache add -U openssl tar gzip bash ca-certificates build-base curl && mkdir -p /opt
|
||||
|
||||
RUN wget -q ${DOCKER_URL} && \
|
||||
tar -zxf ${DOCKER_ARCHIVE} && \
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ ENV DOCKER_CHECKSUM="893e0b05e347dee1d857022181831c6ec3798e9a49fda9a319b2f5a6fb7
|
|||
ENV DOCKER_BIN="/usr/local/bin/docker"
|
||||
|
||||
# Install dependencies
|
||||
RUN apk --no-cache add -U openssl tar gzip bash ca-certificates build-base && mkdir -p /opt
|
||||
RUN apk --no-cache add -U openssl tar gzip bash ca-certificates build-base curl && mkdir -p /opt
|
||||
|
||||
RUN wget -q ${DOCKER_URL} && \
|
||||
tar -zxf ${DOCKER_ARCHIVE} && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue