Skip to content

Commit c06fc78

Browse files
committed
Claude says
1 parent e4c4440 commit c06fc78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ RUN gem install compass
123123

124124
COPY requirements.txt /tmp/requirements.txt
125125
RUN python3 -m pip -V && \
126+
python3 -m pip install --upgrade pip && \
126127
python3 -m pip install --break-system-packages -r /tmp/requirements.txt
127-
#RUN pip3 install --upgrade pip && pip3 --no-cache-dir install -r /tmp/requirements.txt
128128

129129
## Composer ##
130130
ARG COMPOSER_VERSION 1

0 commit comments

Comments
 (0)