Skip to content

Commit

Permalink
fix(docker): add pip3 installation with --break-system-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed Jul 18, 2023
1 parent 92e4c04 commit 30d537e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN git clone https://github.com/2anki/web /app/web
RUN git clone https://github.com/2anki/create_deck /app/create_deck
RUN npm --prefix /app/web install

RUN pip3 install -r /app/create_deck/requirements.txt
RUN pip3 install --break-system-packages -r /app/create_deck/requirements.txt
RUN npm install typescript -g
RUN npm --prefix /app/server install

Expand Down

0 comments on commit 30d537e

Please sign in to comment.