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