Skip to content

Commit

Permalink
Merge pull request #635 from Yaerobi/fix-633
Browse files Browse the repository at this point in the history
Agrego zlib a la instalación en Dockerfile
  • Loading branch information
FedeG committed Mar 9, 2020
2 parents c469bd6 + 0a9eee8 commit 286e1ab
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 @@ -5,7 +5,7 @@ FROM node:12.12.0-alpine as frontend

## Install system dependencies
RUN apk --update add --no-cache \
git gcc make autoconf automake musl-dev \
git gcc make autoconf automake musl-dev zlib zlib-dev\
&& rm -rf /var/cache/apk/* /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Set working directory
Expand Down

0 comments on commit 286e1ab

Please sign in to comment.