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 c18ea9c commit 2a5b2aeCopy full SHA for 2a5b2ae
Dockerfile
@@ -41,7 +41,7 @@ RUN adduser ops -Du 2342 -h /home/ops \
41
&& apk add --no-cache bash zsh ca-certificates curl jq openssh-client git \
42
&& apk add --virtual=build gcc libffi-dev musl-dev openssl-dev make \
43
# Install ops python package
44
- && env CRYPTOGRAPHY_DONT_BUILD_RUST=1 pip --no-cache-dir install --upgrade /dist/ops-*.tar.gz \
+ && env CRYPTOGRAPHY_DONT_BUILD_RUST=1 pip --no-cache-dir install --upgrade /dist/ops*.tar.gz \
45
&& rm -rf /dist \
46
# Dry-run
47
&& ops --verbose -h \
0 commit comments