fix: need more packages within dockerfiles

This commit is contained in:
Thomas Boerger 2024-05-04 01:49:31 +02:00
parent 3f542c3757
commit 7fcace6e38
No known key found for this signature in database
GPG Key ID: F630596501026DB5
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ RUN --mount=type=cache,target=/go/src/semaphore/web/node_modules \
FROM alpine:3.19
RUN apk add --no-cache -U \
bash curl git mysql-client openssh-client-default python3 py3-pip rsync sshpass tar tini tzdata unzip wget zip gcc && \
bash curl git gnupg mysql-client openssh-client-default python3 python3-dev py3-pip rsync sshpass tar tini tzdata unzip wget zip build-base openssl-dev libffi-dev cargo && \
rm -rf /var/cache/apk/* && \
adduser -D -u 1001 -G root semaphore && \
mkdir -p /tmp/semaphore && \

View File

@ -27,7 +27,7 @@ RUN --mount=type=cache,target=/go/src/semaphore/web/node_modules \
FROM alpine:3.19
RUN apk add --no-cache -U \
bash curl git mysql-client openssh-client-default python3 py3-pip rsync sshpass tar tini tzdata unzip wget zip gcc && \
bash curl git gnupg mysql-client openssh-client-default python3 python3-dev py3-pip rsync sshpass tar tini tzdata unzip wget zip build-base openssl-dev libffi-dev cargo && \
rm -rf /var/cache/apk/* && \
adduser -D -u 1001 -G root semaphore && \
mkdir -p /tmp/semaphore && \