Commit 2015c65f authored by Vadym Gidulian's avatar Vadym Gidulian

Added curl

parent 6ccf6289
...@@ -28,6 +28,7 @@ test: ...@@ -28,6 +28,7 @@ test:
stage: test stage: test
script: script:
- docker pull $IMAGE_SNAPSHOT - docker pull $IMAGE_SNAPSHOT
- docker run $IMAGE_SNAPSHOT curl --version
- docker run $IMAGE_SNAPSHOT rsync --version - docker run $IMAGE_SNAPSHOT rsync --version
tags: tags:
- dind - dind
......
FROM alpine FROM alpine
MAINTAINER Vadym Gidulian <vadym.gidulian@gvia.group> MAINTAINER Vadym Gidulian <vadym.gidulian@gvia.group>
RUN apk add --no-cache rsync; RUN apk add --no-cache curl rsync;
A minimal Docker image based on Alpine Linux with preinstalled rsync A minimal Docker image based on Alpine Linux with preinstalled curl and rsync
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment