Skip to content

Commit

Permalink
All versions
Browse files Browse the repository at this point in the history
  • Loading branch information
weslambert authored Dec 8, 2023
1 parent 1bc9140 commit 652e69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions so-curator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ RUN rm -rf /usr/lib/python*/EXTERNALLY-MANAGED && \
RUN addgroup -g ${GID} ${USERNAME} && \
adduser -u ${UID} -G ${USERNAME} -D -H ${USERNAME}

COPY ./files/actions.py /usr/lib/python3.10/site-packages/curator/actions.py
COPY ./files/settings.py /usr/lib/python3.10/site-packages/curator/defaults/settings.py
COPY ./files/actions.py /usr/lib/python3.*/site-packages/curator/actions.py
COPY ./files/settings.py /usr/lib/python3.*/site-packages/curator/defaults/settings.py
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

Expand Down

0 comments on commit 652e69a

Please sign in to comment.