Skip to content

Commit

Permalink
Update Dockerfile-base
Browse files Browse the repository at this point in the history
  • Loading branch information
axu2 authored Sep 28, 2024
1 parent 2188cee commit e23d598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ ENV LC_ALL=C.UTF-8 \

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

COPY requirements.txt /opt/kcc/

RUN set -x && \
TEMP_PACKAGES=() && \
KEPT_PACKAGES=() && \
Expand Down

0 comments on commit e23d598

Please sign in to comment.