Skip to content

Commit

Permalink
Don't use ZTS to build meminfo on NTS
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Sep 9, 2019
1 parent 0ad1848 commit 40a1735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-nts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN git fetch \
cp "$EXTENSION_DIR/uv.so" /uv.so
RUN sha256sum /uv.so

FROM php:7.3-zts-alpine AS build-meminfo
FROM php:7.3-alpine AS build-meminfo
RUN apk update && \
apk add --no-cache $PHPIZE_DEPS git libuv-dev && \
git clone https://github.com/BitOne/php-meminfo.git
Expand Down

0 comments on commit 40a1735

Please sign in to comment.