Skip to content

Commit 0c4656c

Browse files
author
Daniel Mikusa
committed
Add the concourse release script JAR into the image
1 parent 33e25ae commit 0c4656c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
ARG base_image=ubuntu:bionic
22
FROM ${base_image}
33

4+
ADD https://repo.spring.io/libs-release/io/spring/concourse/releasescripts/concourse-release-scripts/0.3.2/concourse-release-scripts-0.3.2.jar /opt/
5+
46
RUN apt-get update && apt-get install --no-install-recommends -y \
57
ca-certificates \
68
curl \

0 commit comments

Comments
 (0)