Skip to content
Snippets Groups Projects
Commit 8098e033 authored by gsf20's avatar gsf20
Browse files

Issue #57: Add NodeJS to docker

parent 84524530
No related branches found
No related tags found
1 merge request!53Issue #57: Add NodeJS to docker
Pipeline #35023 failed
......@@ -11,7 +11,7 @@ WORKDIR /app
COPY Gemfile Gemfile.lock ./
RUN apt update && \
apt install -y libarchive13
apt install -y libarchive13 nodejs
# Prevent libxml2 and libxslt conflicts
RUN bundle config build.nokogiri --use-system-libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment