Skip to content

Commit

Permalink
split layers EVEN MORE
Browse files Browse the repository at this point in the history
  • Loading branch information
mshriver committed Oct 24, 2024
1 parent 4013ddd commit 5b6ebb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/docker/Dockerfile.backend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hadolint global ignore=DL3013,DL3041
# hadolint global ignore=DL3013,DL3041,DL3059
FROM registry.access.redhat.com/ubi9/python-39:1

USER 0
Expand All @@ -9,8 +9,8 @@ WORKDIR /app
RUN dnf install --nodocs -y --disableplugin=subscription-manager gcc libpq-devel && \
dnf clean all

RUN pip install -U --upgrade-strategy eager --no-cache-dir setuptools pip wheel && \
pip install --no-cache-dir -U -r requirements-pinned.txt .
RUN pip install -U --no-cache-dir setuptools pip wheel
RUN pip install --no-cache-dir -U -r requirements-pinned.txt .

RUN chgrp -R 0 ibutsu_server && chmod -R g+rwX ibutsu_server

Expand Down

0 comments on commit 5b6ebb0

Please sign in to comment.