Skip to content

Commit 4f3315d

Browse files
committed
install docker-compose
Signed-off-by: Jose Oliveros <jose.oliveros.1983@gmail.com>
1 parent c7d3cfe commit 4f3315d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM openjdk:8-jdk
2-
32
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
43
apt-get update \
54
&& apt-get install -y \
@@ -139,3 +138,5 @@ ENTRYPOINT ["/bin/tini", "--", "/usr/local/bin/jenkins.sh"]
139138
# from a derived Dockerfile, can use `RUN plugins.sh active.txt` to setup /usr/share/jenkins/ref/plugins from a support bundle
140139
COPY plugins.sh /usr/local/bin/plugins.sh
141140
COPY install-plugins.sh /usr/local/bin/install-plugins.sh
141+
142+
RUN pip install docker-compose

0 commit comments

Comments
 (0)