Skip to content

Commit

Permalink
[base-containers] add glibc-langpack-en back to avoid locale issues
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygego committed Jan 25, 2024
1 parent 30937e9 commit 169fec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-containers/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL org.inginious.grading.agent_version=3

# Install python, needed for scripts used in INGInious + locale support
RUN dnf clean metadata && \
dnf -y install langpacks-en && \
dnf -y install langpacks-en glibc-langpack-en && \
dnf -y install epel-release && \
dnf -y upgrade && \
dnf -y install python38 python38-pip python38-devel zip unzip tar sed openssh-server openssl bind-utils iproute file jq procps-ng man curl net-tools screen nano bc && \
Expand Down

0 comments on commit 169fec1

Please sign in to comment.