Skip to content
Snippets Groups Projects
Commit 7a800f76 authored by Erik Hedenström's avatar Erik Hedenström
Browse files

Fixed missing RUN statement

parent aa0bdeb3
Branches
No related tags found
No related merge requests found
......@@ -12,8 +12,7 @@ ENV DEBIAN_PRIORITY critical
ENV DEBCONF_NOWARNINGS yes
# Set Timezone
echo "Europe/Stockholm" > /etc/timezone
dpkg-reconfigure -f noninteractive tzdata
RUN echo "Europe/Stockholm" > /etc/timezone && dpkg-reconfigure -f noninteractive tzdata
# Fix locale
RUN locale-gen en_US.UTF-8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment