1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 02:53:35 +02:00
This commit is contained in:
Noon van der Silk 2018-04-11 11:12:48 +10:00 committed by fkm3
parent 96c3025171
commit 4c6306d914

View File

@ -13,7 +13,9 @@ RUN apt-get install -y \
# Makes stack viable in the container
libgmp-dev \
# Required for locales configuration.
locales
locales \
# Required for tcp connections (See: https://github.com/tensorflow/haskell/issues/182)
netbase
# Our MNIST demo program outputs Unicode characters.
RUN dpkg-reconfigure locales && \