Skip to content

Commit

Permalink
Add unzip to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Jul 19, 2023
1 parent 53efb4c commit 2440778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -

# Node.js, PostgreSQL, headers for R packages
RUN apt-get update && apt-get install -y \
build-essential nodejs \
build-essential nodejs unzip \
libfontconfig1-dev \
libpq-dev

Expand Down

0 comments on commit 2440778

Please sign in to comment.