Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri committed Jan 28, 2024
1 parent 41efb9d commit 7eaae66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM ubuntu:22.04

ENV DEBIAN_FRONTEND=noninteractive

RUN sudo apt-get --quiet update && \
sudo apt-get --quiet --assume-yes install \
RUN apt-get --quiet update && \
apt-get --quiet --assume-yes install \
texlive \
texlive-extra-utils \
texlive-lang-european \
Expand All @@ -15,7 +15,7 @@ RUN sudo apt-get --quiet update && \
chktex \
octave \
gnuplot \
build-essentials \
build-essential \
language-pack-sv

RUN localectl set-locale LANG="sv_SE.UTF-8"

0 comments on commit 7eaae66

Please sign in to comment.