Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Added locales to fix RT 673529
Browse files Browse the repository at this point in the history
  • Loading branch information
kpepper committed Oct 21, 2019
1 parent 51eeed4 commit 6435536
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ ENV BUILD_DIR /gffmunger-build
ENV CONF_DIR /etc/gffmunger

RUN apt-get update -qq
RUN apt-get install -y genometools git python3 python-setuptools python3-biopython python3-pip
RUN apt-get install -y locales genometools git python3 python-setuptools python3-biopython python3-pip

# Configure locales.
# Select a specific locale by passing the LANG variable into docker run.
RUN cp /usr/share/i18n/SUPPORTED /etc/locale.gen
RUN locale-gen

# RUN pip3 install dumper gffutils pyyaml

Expand Down

0 comments on commit 6435536

Please sign in to comment.