We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184cb80 commit 0114555Copy full SHA for 0114555
Dockerfile
@@ -38,6 +38,7 @@ RUN apk update && apk add --no-cache --virtual .build-deps \
38
# Add Production Dependencies
39
RUN apk add --update --no-cache \
40
bash \
41
+ jq \
42
git \
43
openssh \
44
pcre-dev ${PHPIZE_DEPS} \
0 commit comments