remove confused workdir statement
This commit is contained in:
parent
f692fdb48f
commit
20ce6478f6
1 changed files with 1 additions and 3 deletions
|
@ -14,9 +14,7 @@ RUN cp ./hugo /usr/bin/hugo && hugo version
|
|||
|
||||
RUN curl -4 -sL -o node-v${NODE_VERSION}.tar.gz https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}.tar.gz
|
||||
|
||||
WORKDIR node-v${NODE_VERSION}
|
||||
|
||||
RUN tar -xzf "node-v${NODE_VERSION}.tar.gz"
|
||||
RUN tar -xzf "node-v${NODE_VERSION}.tar.gz" && cd node-v${NODE_VERSION}
|
||||
|
||||
RUN ./configure --prefix=/usr --shared-brotli --shared-zlib --shared-libuv --shared-openssl --shared-cares --shared-nghttp2 --ninja --without-npm --with-intl=system-icu --openssl-use-def-ca-store
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue