Skip to content

Commit

Permalink
Merge pull request 'fixed docker build' (#152) from 6.x-docker-build …
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Ammann committed Nov 21, 2020
2 parents dc6ef26 + 5bdf4d5 commit 4ac49a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN apt-get install -y \
libpng-dev \
libonig-dev \
libxml2-dev \
nodejs
nodejs \
git

# Clear cache
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 4ac49a1

Please sign in to comment.