Skip to content

Commit

Permalink
chore: remove duplicating code from entrypoint
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
  • Loading branch information
vitaliy-guliy committed Sep 5, 2023
1 parent 8ef83d5 commit 961e80e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/dockerfiles/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RUN (echo '[containers]'; echo 'default_ulimits = ['; echo ' "nofile=65535:65535

USER 10001

# ENV NODEJS_VERSION=16.17.1
ENV NODEJS_VERSION=18.16.1

ENV ELECTRON_SKIP_BINARY_DOWNLOAD=1 \
Expand All @@ -45,8 +44,7 @@ RUN source $NVM_DIR/nvm.sh && \
npm install --global yarn@v1.22.19

ENV PATH=$NVM_DIR/versions/node/v$NODEJS_VERSION/bin:$PATH
# ENV NODEJS_HOME_16=$NVM_DIR/versions/node/v$NODEJS_VERSION
ENV NODEJS_HOME_18=$NVM_DIR/versions/node/v$NODEJS_VERSION
# ENV NODEJS_HOME_18=$NVM_DIR/versions/node/v$NODEJS_VERSION

USER 0

Expand Down

0 comments on commit 961e80e

Please sign in to comment.