Skip to content

Commit

Permalink
switch to pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler committed Sep 18, 2023
1 parent 10fb4ef commit 96c7cca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WcaOnRails/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ RUN apt-get update && apt-get install -y \
fonts-ipafont \
lmodern \
libxrender1 \
pipx \
tzdata
RUN wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz -O wkhtml.tar.xz && tar -xf wkhtml.tar.xz --strip-components=1 -C /usr/local
RUN pip3 install wrc --upgrade
# Using pipx because PEP668 doesn't allow installing systemwide packages anymore
RUN pipx install wrc

RUN bundle install
RUN yarn install
Expand Down

0 comments on commit 96c7cca

Please sign in to comment.