Skip to content

Commit

Permalink
Fixes LANGUAGE env variable assignment and locks fedora image on v24.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Jul 25, 2016
1 parent efd09a8 commit 5a474b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:latest
FROM fedora:24

RUN dnf -y update && dnf clean all
RUN dnf -y install \
Expand Down Expand Up @@ -49,7 +49,7 @@ ENV AWESTRUCT_COMMIT a014121
# Fix encoding
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8
ENV LANGUAGE=en_US.UTF-8
ENV LANGUAGE en_US.UTF-8

WORKDIR $HOME

Expand Down

0 comments on commit 5a474b5

Please sign in to comment.