We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d3cfe commit 4f3315dCopy full SHA for 4f3315d
1 file changed
Dockerfile
@@ -1,5 +1,4 @@
1
FROM openjdk:8-jdk
2
-
3
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
4
apt-get update \
5
&& apt-get install -y \
@@ -139,3 +138,5 @@ ENTRYPOINT ["/bin/tini", "--", "/usr/local/bin/jenkins.sh"]
139
138
# from a derived Dockerfile, can use `RUN plugins.sh active.txt` to setup /usr/share/jenkins/ref/plugins from a support bundle
140
COPY plugins.sh /usr/local/bin/plugins.sh
141
COPY install-plugins.sh /usr/local/bin/install-plugins.sh
+
142
+RUN pip install docker-compose
0 commit comments