Skip to content

Commit

Permalink
Updates to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Feb 12, 2024
1 parent fa30c82 commit 6b962cd
Show file tree
Hide file tree
Showing 3 changed files with 679 additions and 824 deletions.
3 changes: 2 additions & 1 deletion openshift/s3-backup/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ RUN unzip /tmp/awscliv2.zip -d /tmp/ &&\

RUN apt-get -y install python3 python3-setuptools python3-pip

# We don't care that we break system packages, this is only used for backup related tasks
RUN pip3 install poetry --break-system-packages

# Getting poetry to play nice with centos in openshift is a nightmare, so we just
# Getting poetry to play nice in openshift is a nightmare, so we just
# take the easy route and create a requirements.txt file.
COPY pyproject.toml poetry.lock /tmp/
RUN cd /tmp && \
Expand Down
Loading

0 comments on commit 6b962cd

Please sign in to comment.