jenkins skin
diff --git a/Dockerfile b/Dockerfile
index 4d53e32..85351d6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
FROM openjdk:8-jdk
-RUN apt-get update && apt-get install -y git curl zip apt-transport-https ca-certificates && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y git gettext-base curl zip apt-transport-https ca-certificates && rm -rf /var/lib/apt/lists/*
ENV JENKINS_HOME /var/jenkins_home
ENV JENKINS_SLAVE_AGENT_PORT 50000
@@ -68,6 +68,9 @@
apt-get clean && rm -rf /var/lib/apt/lists/*
RUN adduser jenkins docker
+COPY SimpleThemeDecorator.xml /tmp/org.codefirst.SimpleThemeDecorator.xml
+RUN chown ${user} /tmp/org.codefirst.SimpleThemeDecorator.xml
+
USER ${user}
COPY jenkins-support /usr/local/bin/jenkins-support
@@ -78,4 +81,4 @@
COPY plugins.sh /usr/local/bin/plugins.sh
COPY install-plugins.sh /usr/local/bin/install-plugins.sh
-RUN /usr/local/bin/install-plugins.sh docker-workflow workflow-remote-loader workflow-scm-step
+RUN /usr/local/bin/install-plugins.sh docker-workflow workflow-remote-loader workflow-scm-step simple-theme-plugin