update
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22.2.0) (push) Failing after 2m15s
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22.2.0) (push) Failing after 2m15s
This commit is contained in:
parent
490ace6237
commit
5211e564d5
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ RUN apk add tar gzip curl rsync
|
||||||
RUN mkdir /tmp/temph
|
RUN mkdir /tmp/temph
|
||||||
RUN mkdir /home/app
|
RUN mkdir /home/app
|
||||||
WORKDIR /tmp/temph
|
WORKDIR /tmp/temph
|
||||||
RUN wget https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz && tar -xf node-v${NODE_VERSION}-linux-x64.tar.xz
|
RUN wget "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz"
|
||||||
|
RUN tar -xf "node-v${NODE_VERSION}-linux-x64.tar.xz"
|
||||||
RUN cp -R node-v${NODE_VERSION}-linux-x64/bin/* /usr/bin/
|
RUN cp -R node-v${NODE_VERSION}-linux-x64/bin/* /usr/bin/
|
||||||
RUN npm i -g yarn pnpm
|
RUN npm i -g yarn pnpm
|
||||||
RUN wget "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz"
|
RUN wget "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue