replace placeholder with variable
Some checks failed
Build And Publish Docker / build (0.127.0, 22) (push) Failing after 3m8s
Some checks failed
Build And Publish Docker / build (0.127.0, 22) (push) Failing after 3m8s
This commit is contained in:
parent
84fa48844d
commit
a87bc23800
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN curl -sL -o hugo_extended_${HUGO_VERSION}_linux-amd64.tar.gz https://github.
|
|||
|
||||
RUN curl -sL -o node-v${NODE_VERSION}.tar.xz "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}.tar.xz" && \
|
||||
tar -xf "node-v${NODE_VERSION}.tar.xz" && \
|
||||
cd node-v22.2.0 && \
|
||||
cd node-v${NODE_VERSION} && \
|
||||
./configure --prefix=/usr \
|
||||
--shared-brotli \
|
||||
--shared-zlib \
|
||||
|
|
Loading…
Add table
Reference in a new issue