Skip to content

Commit 2a5b2ae

Browse files
author
Alexandru Salajan
committed
Fix build
1 parent c18ea9c commit 2a5b2ae

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
@@ -41,7 +41,7 @@ RUN adduser ops -Du 2342 -h /home/ops \
4141
&& apk add --no-cache bash zsh ca-certificates curl jq openssh-client git \
4242
&& apk add --virtual=build gcc libffi-dev musl-dev openssl-dev make \
4343
# Install ops python package
44-
&& env CRYPTOGRAPHY_DONT_BUILD_RUST=1 pip --no-cache-dir install --upgrade /dist/ops-*.tar.gz \
44+
&& env CRYPTOGRAPHY_DONT_BUILD_RUST=1 pip --no-cache-dir install --upgrade /dist/ops*.tar.gz \
4545
&& rm -rf /dist \
4646
# Dry-run
4747
&& ops --verbose -h \

0 commit comments

Comments
 (0)