There was an error while loading. Please reload this page.
1 parent e4c4440 commit c06fc78Copy full SHA for c06fc78
1 file changed
Dockerfile
@@ -123,8 +123,8 @@ RUN gem install compass
123
124
COPY requirements.txt /tmp/requirements.txt
125
RUN python3 -m pip -V && \
126
+ python3 -m pip install --upgrade pip && \
127
python3 -m pip install --break-system-packages -r /tmp/requirements.txt
-#RUN pip3 install --upgrade pip && pip3 --no-cache-dir install -r /tmp/requirements.txt
128
129
## Composer ##
130
ARG COMPOSER_VERSION 1
0 commit comments