Skip to content

Commit

Permalink
remove exec flag from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamargo committed Mar 25, 2020
1 parent 8be799e commit 2cdb0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN dpkg --add-architecture i386 && \

# Set locale
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
locale-gen
locale-gen
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
Expand Down

0 comments on commit 2cdb0dc

Please sign in to comment.