Skip to content

Commit 4ce6c35

Browse files
author
Sofus Albertsen
committed
Remove installation of Docker Compose from Dockerfile
1 parent 59bf28a commit 4ce6c35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ LABEL maintainer="sofus.albertsen@eficode.com"
44
USER root
55
RUN curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
66
RUN usermod -aG docker jenkins
7-
RUN curl -L "https://github.com/docker/compose/releases/download/1.25.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
8-
RUN chmod +x /usr/local/bin/docker-compose
97
ENV JENKINS_HOME=/var/jenkins_home
108
ARG JAVA_OPTS
119
ENV JAVA_OPTS="-Djenkins.install.runSetupWizard=false ${JAVA_OPTS:-}"

0 commit comments

Comments
 (0)