We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04dc778 commit c896437Copy full SHA for c896437
Dockerfile
@@ -5,9 +5,6 @@ RUN useradd --create-home poddev
5
# throw errors if Gemfile has been modified since Gemfile.lock
6
RUN bundle config --global frozen 1
7
8
-# install js engine
9
-RUN apt-get update && apt-get install -y nodejs yarn
10
-
11
# Ensure latest packages for Yarn
12
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
13
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
0 commit comments