Skip to content

Commit

Permalink
Fixes docker-compose foodsoft build
Browse files Browse the repository at this point in the history
  • Loading branch information
lentschi committed Feb 25, 2022
1 parent 038b00e commit 65e26a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ruby:2.6

# Install dependencies
RUN deps='libmagic-dev chromium' && \
RUN deps='libmagic-dev chromium nodejs' && \
apt-get update && \
apt-get install --no-install-recommends -y $deps && \
rm -Rf /var/lib/apt/lists/* /var/cache/apt/*
Expand Down

0 comments on commit 65e26a3

Please sign in to comment.