Skip to content

Commit 9c7ddb9

Browse files
committed
Update Dockerfile
1 parent 17283ec commit 9c7ddb9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Jenkins-PIpeline-Demo/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
FROM openjdk:8-jdk-alpine
22
EXPOSE 8083
3-
RUN curl -fsSLO https://get.docker/builds/Linux/x86_64/docker-17.04.0-ce.tgz \
4-
&& tar xzvf docker-17.04.0-ce.tgz \
5-
&& mv docker/docker /usr/local/bin \
6-
&& rm -r docker docker-17.04.0-ce.tgz
73
RUN addgroup -S shabbir && adduser -S shabbir -G shabbir
84
USER shabbir:shabbir
95
ARG JAR_FILE=target/*.jar

0 commit comments

Comments
 (0)