Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Hicks <[email protected]>
  • Loading branch information
awhicks committed Nov 8, 2023
1 parent fbc9d9d commit 73fc1d9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ RUN apt-get update -qq \
&& apt-get install -y shared-mime-info \
&& rm -rf /var/apt/lists/*

RUN printf 'Package: nodejs\nPin: origin deb.nodesource.com\nPin-Priority: 1001' > /etc/apt/preferences.d/nodesource \
&& curl -sL https://deb.nodesource.com/setup_18.x | bash -\
&& apt-get update -qq && apt-get install -qq --no-install-recommends \
nodejs \
&& apt-get upgrade -qq \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*\
&& npm install -g yarn@1
# RUN printf 'Package: nodejs\nPin: origin deb.nodesource.com\nPin-Priority: 1001' > /etc/apt/preferences.d/nodesource \
# && curl -sL https://deb.nodesource.com/setup_18.x | bash -\
# && apt-get update -qq && apt-get install -qq --no-install-recommends \
# nodejs \
# && apt-get upgrade -qq \
# && apt-get clean \
# && rm -rf /var/lib/apt/lists/*\
# && npm install -g yarn@1

RUN gem install bundler -v $BUNDLER_VERSION

Expand Down

0 comments on commit 73fc1d9

Please sign in to comment.