mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
fix: need more packages within dockerfiles
This commit is contained in:
parent
3f542c3757
commit
7fcace6e38
@ -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 && \
|
||||
|
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user