Skip to content

Commit

Permalink
Merge pull request #130 from soulteary/master
Browse files Browse the repository at this point in the history
fix docker missing deps: argon2-dev
  • Loading branch information
rryqszq4 authored Aug 13, 2021
2 parents 8cbb7fb + 934daa3 commit cb67b75
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 @@ -8,7 +8,7 @@ ENV PHP_LIB=/usr/lib

WORKDIR /build

RUN apk --no-cache add curl gcc g++ make musl-dev linux-headers gd-dev geoip-dev libxml2-dev libxslt-dev openssl-dev paxmark pcre-dev perl-dev pkgconf zlib-dev libedit-dev ncurses-dev php7-dev php7-embed \
RUN apk --no-cache add curl gcc g++ make musl-dev linux-headers gd-dev geoip-dev libxml2-dev libxslt-dev openssl-dev paxmark pcre-dev perl-dev pkgconf zlib-dev libedit-dev ncurses-dev php7-dev php7-embed argon2-dev \
&& NGINX_VERSION=$(nginx -v 2>&1 | sed 's/^[^0-9]*//') \
&& curl -sL -o nginx-${NGINX_VERSION}.tar.gz http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz \
&& tar -xf nginx-${NGINX_VERSION}.tar.gz \
Expand Down

0 comments on commit cb67b75

Please sign in to comment.