pgrok typo
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
438fe9e87b
commit
cec1a76025
|
@ -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 ; \
|
||||
fi \
|
||||
&& tar -xzf pgrok_linux_${arch}.tar.gz \
|
||||
&& mv task /usr/local/bin/pgrok
|
||||
&& mv pgrok /usr/local/bin/pgrok
|
||||
|
||||
USER ${NB_UID}
|
||||
RUN echo "install custom extensions "
|
||||
|
|
Loading…
Reference in New Issue