Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Added missing requirements for operator-courier
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightercz committed Aug 27, 2020
1 parent 3b024cc commit 36abaf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -33,7 +33,7 @@ RUN if [ "$cacert_url" != "undefined" ]; then \
# This will allow a non-root user to install a custom root CA at run-time
RUN chmod 777 /etc/pki/tls/certs/ca-bundle.crt
COPY . .
RUN pip3 install --require-hashes --no-deps -r requirements-operator-courier.txt
RUN pip3 install --require-hashes -r requirements-operator-courier.txt
RUN pip3 install . --no-deps
USER 1001
EXPOSE 8080
Expand Down
3 changes: 3 additions & 0 deletions requirements-operator-courier.txt
@@ -1 +1,4 @@
operator-courier == 2.1.8 --hash=sha256:b5482baeff662c1bcba5ec0a97e2f21132ee7a155580ab0ac3b886e1affd8396
validators == 0.18.0 --hash=sha256:4141444ae44a5deb8e9ca5785ccdf26c6297cd6d23faacb8c8f26a7543f45ecf
semver == 2.10.2 --hash=sha256:21e80ca738975ed513cba859db0a0d2faca2380aef1962f48272ebf9a8a44bd4

0 comments on commit 36abaf0

Please sign in to comment.