Skip to content

Commit

Permalink
Merge pull request #237 from HSF/dev
Browse files Browse the repository at this point in the history
upgrade docker to alma9: remove LANG en_US.UTF-8
  • Loading branch information
wguanicedew authored Oct 27, 2023
2 parents 0980545 + 6efb50b commit b39da5c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@

FROM docker.io/almalinux:9.2

ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8

ARG TAG

WORKDIR /tmp
Expand All @@ -31,7 +28,7 @@ RUN yum-config-manager --enable crb
# RUN yum install -y httpd.x86_64 conda gridsite mod_ssl.x86_64 httpd-devel.x86_64 gcc.x86_64 supervisor.noarch fetch-crl.noarch lcg-CA postgresql postgresql-contrib postgresql-static postgresql-libs postgresql-devel && \
# yum clean all && \
# rm -rf /var/cache/yum
RUN yum install -y httpd.x86_64 which conda gridsite mod_ssl.x86_64 httpd-devel.x86_64 gcc.x86_64 supervisor.noarch fetch-crl.noarch redis syslog-ng && \
RUN yum install -y httpd.x86_64 which conda gridsite mod_ssl.x86_64 httpd-devel.x86_64 gcc.x86_64 supervisor.noarch fetch-crl.noarch redis syslog-ng procps passwd which && \
yum clean all && \
rm -rf /var/cache/yum

Expand Down

0 comments on commit b39da5c

Please sign in to comment.