pgrok typo
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Malte Grosse 2024-06-01 10:48:19 +02:00
parent 438fe9e87b
commit cec1a76025
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN export url="https://github.com/pgrok/pgrok/releases/download/v1.4.1/pgrok_1.
&& wget --quiet ${url}${arch}.tar.gz -O pgrok_linux_${arch}.tar.gz ; \ && wget --quiet ${url}${arch}.tar.gz -O pgrok_linux_${arch}.tar.gz ; \
fi \ fi \
&& tar -xzf pgrok_linux_${arch}.tar.gz \ && tar -xzf pgrok_linux_${arch}.tar.gz \
&& mv task /usr/local/bin/pgrok && mv pgrok /usr/local/bin/pgrok
USER ${NB_UID} USER ${NB_UID}
RUN echo "install custom extensions " RUN echo "install custom extensions "