Skip to content

Commit

Permalink
Merge pull request #23 from GitTools/gh-22
Browse files Browse the repository at this point in the history
#22 - added glibc-langpack-en for fedora and centos.stream
  • Loading branch information
arturcic committed Apr 9, 2023
2 parents 2385172 + 73b103d commit 252ff77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/linux/centos.stream.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ LABEL maintainers="GitTools Maintainers"

# Pre-requisits
RUN dnf install -y wget git \
krb5-libs libicu openssl-libs zlib \
krb5-libs libicu openssl-libs zlib glibc-langpack-en \
&& rm -rf /tmp/*
2 changes: 1 addition & 1 deletion src/linux/fedora.36/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ LABEL maintainers="GitTools Maintainers"

RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
&& dnf install -y wget git findutils \
krb5-libs libicu openssl-libs zlib \
krb5-libs libicu openssl-libs zlib glibc-langpack-en \
&& wget -q -O /etc/yum.repos.d/microsoft-prod.repo https://packages.microsoft.com/config/fedora/36/prod.repo \
&& rm -rf /tmp/*

0 comments on commit 252ff77

Please sign in to comment.