We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e25ae commit 0c4656cCopy full SHA for 0c4656c
ci/Dockerfile
@@ -1,6 +1,8 @@
1
ARG base_image=ubuntu:bionic
2
FROM ${base_image}
3
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
+
6
RUN apt-get update && apt-get install --no-install-recommends -y \
7
ca-certificates \
8
curl \
0 commit comments