tar debugging
Some checks failed
Build And Publish Docker / build (0.127.0, 22) (push) Failing after 1m44s
Some checks failed
Build And Publish Docker / build (0.127.0, 22) (push) Failing after 1m44s
This commit is contained in:
parent
5ba1f61424
commit
bbb1dc29e6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ RUN curl -sL -o hugo_extended_${HUGO_VERSION}_linux-amd64.tar.gz https://github.
|
||||||
hugo version
|
hugo version
|
||||||
|
|
||||||
RUN curl -sL -o node-v${NODE_VERSION}.tar.xz https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}.tar.xz && \
|
RUN curl -sL -o node-v${NODE_VERSION}.tar.xz https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}.tar.xz && \
|
||||||
tar -xvJf "node-v${NODE_VERSION}.tar.xz" && \
|
tar tvf "node-v${NODE_VERSION}.tar.xz" && \
|
||||||
cd node-v${NODE_VERSION} && \
|
cd node-v${NODE_VERSION} && \
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--shared-brotli \
|
--shared-brotli \
|
||||||
|
|
Loading…
Add table
Reference in a new issue