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

Fixed broken run statement

parent 6a45b1a0
Branches
No related tags found
No related merge requests found
......@@ -13,8 +13,7 @@ ENV DEBCONF_NOWARNINGS yes
# Fix locale
RUN locale-gen en_US.UTF-8
echo "LANG=\"en_US.UTF-8\"" > /etc/default/locale
echo "LANGUAGE=\"en_US:en\"" >> /etc/default/locale
RUN echo "LANG=\"en_US.UTF-8\"" > /etc/default/locale && echo "LANGUAGE=\"en_US:en\"" >> /etc/default/locale
# Install Jenkins
RUN echo "deb http://pkg.jenkins-ci.org/debian binary/" > /etc/apt/sources.list.d/jenkins.list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment