Skip to content

Commit 875c891

Browse files
committed
Install jq
1 parent be94669 commit 875c891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN python setup.py bdist_wheel
1010

1111
FROM google/cloud-sdk:224.0.0-alpine
1212

13-
RUN apk add --update py-setuptools py-pip \
13+
RUN apk add --update py-setuptools py-pip jq \
1414
&& rm -rf /var/cache/apk/*
1515

1616
WORKDIR /opt/python-gitlab

0 commit comments

Comments
 (0)