Skip to content

Commit

Permalink
add missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Mar 15, 2024
1 parent d3842b8 commit 34fa16a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN apt-get update \
curl \
procps \
libcurl4-openssl-dev \
parallel
parallel \
libxml2-dev

RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
&& locale-gen en_US.utf8 \
Expand Down

0 comments on commit 34fa16a

Please sign in to comment.