We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07269df commit f7036ceCopy full SHA for f7036ce
Dockerfile
@@ -1,10 +1,5 @@
1
FROM guligo/jdk-maven-ant
2
MAINTAINER ProcessMaker Inc.
3
4
-# https://superuser.com/questions/1423486
5
-RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list
6
-RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA8E81B4331F7F50
7
-RUN apt-get update && apt-get install -y git-core
8
-
9
COPY /src /opt/executor
10
WORKDIR /opt/executor
0 commit comments