add curl to the image

This commit is contained in:
holzi1005 2024-11-18 15:07:55 +01:00
parent 1c51a46773
commit f5ee5bc362

View file

@ -16,6 +16,10 @@ LABEL version="${VERSION}" \
WORKDIR /usr/src/app WORKDIR /usr/src/app
RUN apk --no-cache add \
curl \
&& rm -rf /var/cache/apk/*
RUN wget https://github.com/H2-invent/jitsi-admin/releases/download/${VERSION}/websocket.zip -O artifact.zip \ RUN wget https://github.com/H2-invent/jitsi-admin/releases/download/${VERSION}/websocket.zip -O artifact.zip \
&& unzip artifact.zip \ && unzip artifact.zip \
&& chown -R nobody . \ && chown -R nobody . \