add curl to the image
This commit is contained in:
parent
1c51a46773
commit
f5ee5bc362
1 changed files with 4 additions and 0 deletions
|
@ -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 . \
|
||||||
|
|
Loading…
Add table
Reference in a new issue