TP-61357: Fixing Apt get curl (#10279)
This commit is contained in:
@@ -35,7 +35,7 @@ COPY . $WORK_DIR
|
||||
WORKDIR $WORK_DIR
|
||||
|
||||
ENV NODE_VERSION=18.18.0
|
||||
RUN apt install -y curl
|
||||
RUN apt-get update && apt-get install -y curl
|
||||
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
|
||||
ENV NVM_DIR="/root/.nvm"
|
||||
RUN . "$NVM_DIR/nvm.sh" && nvm install ${NODE_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user