We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f945910 + ad0b476 commit 728f2ddCopy full SHA for 728f2dd
Dockerfile
@@ -8,6 +8,7 @@ FROM python:3.7-alpine
8
9
WORKDIR /opt/python-gitlab
10
COPY --from=build /opt/python-gitlab/dist dist/
11
+RUN pip install PyYaml
12
RUN pip install $(find dist -name *.whl) && \
13
rm -rf dist/
14
COPY docker-entrypoint.sh /usr/local/bin/
0 commit comments