This commit is contained in:
hhftechnologies 2024-10-02 09:50:06 +05:30
parent 3a379e0aa4
commit 3281207dd0

View file

@ -1,7 +1,7 @@
FROM alpine as ngrok FROM alpine as ngrok
RUN apk add --no-cache --virtual .bootstrap-deps ca-certificates && \ RUN apk add --no-cache --virtual .bootstrap-deps ca-certificates && \
wget -O /tmp/ngrok.zip https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip && \ wget -O /tmp/ngrok.zip https://git.hhf.technology/hhf/docker-ngrok/src/commit/3a379e0aa43c372c5cbeb3690e110d483ab06a18/ngrok-stable-linux-amd64.zip && \
unzip -o /tmp/ngrok.zip -d / && \ unzip -o /tmp/ngrok.zip -d / && \
apk del .bootstrap-deps && \ apk del .bootstrap-deps && \
rm -rf /tmp/* && \ rm -rf /tmp/* && \