Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Apr 7, 2024
1 parent 75d68da commit e47293d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.arm64
Expand Up @@ -52,7 +52,7 @@ RUN install_packages \

ENV READTHEDOCS=True
ADD requirements.txt /tmp/.
RUN pip install --break-system-packages --upgrade pip && \
RUN pip install --upgrade pip && \
pip install --no-cache-dir --break-system-packages -r /tmp/requirements.txt

RUN mkdir -p /coderbot && \
Expand Down

0 comments on commit e47293d

Please sign in to comment.