Skip to content
Snippets Groups Projects
Commit 5e7222ca authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

Merge branch 'issue/57-adicionar-node-docker' into 'develop'

Issue #57: Add NodeJS to docker

See merge request rfhf19/cleanning-portalmec!53
parents 84524530 8098e033
No related branches found
No related tags found
1 merge request!53Issue #57: Add NodeJS to docker
Pipeline #35024 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