We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed2da4 commit 7d12b98Copy full SHA for 7d12b98
1 file changed
Dockerfile
@@ -2,9 +2,9 @@ FROM frolvlad/alpine-glibc:latest
2
3
MAINTAINER Daniel Widerin <daniel@widerin.net>
4
5
-ARG OC_VERSION=4.2 \
6
- BUILD_DEPS='tar gzip' \
7
- RUN_DEPS='curl ca-certificates gettext'
+ARG OC_VERSION=4.2
+ARG BUILD_DEPS='tar gzip'
+ARG RUN_DEPS='curl ca-certificates gettext'
8
9
RUN apk --no-cache add $BUILD_DEPS $RUN_DEPS && \
10
curl -sLo /tmp/oc.tar.gz https://mirror.openshift.com/pub/openshift-v$(echo $OC_VERSION | cut -d'.' -f 1)/clients/oc/$OC_VERSION/linux/oc.tar.gz && \
0 commit comments