Skip to content

Commit

Permalink
fix #104 - make dockerfile work on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarewyck committed Aug 23, 2024
1 parent 061b4b4 commit 31b40f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
texlive-latex-extra \
lmodern \
wget && \
wget https://downloads.vivaldi.com/stable/vivaldi-stable_5.5.2805.35-1_amd64.deb && \
apt-get install --no-install-recommends -y ./vivaldi-stable_5.5.2805.35-1_amd64.deb && \
wget https://downloads.vivaldi.com/stable/vivaldi-stable_6.8.3381.55-1_$(dpkg --print-architecture).deb && \
apt-get install --no-install-recommends -y ./vivaldi-stable*.deb && \
rm -rf /var/lib/apt/lists/*


Expand Down

0 comments on commit 31b40f8

Please sign in to comment.