Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-runners
node-aws-runner
Commits
687de6d1
Commit
687de6d1
authored
Feb 22, 2022
by
Marcus Thelin
Browse files
Install docker cli using apt
parent
bb607e84
Pipeline
#14900
failed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
shell-executor/Dockerfile
View file @
687de6d1
...
...
@@ -2,7 +2,7 @@ FROM node:14
RUN
apt-get update
RUN
apt-get
install
rsync build-essential wget
-y
RUN
apt-get
install
rsync build-essential wget
docker-ce-cli
-y
# Install gitlab runner
RUN
wget
-O
/usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64
...
...
@@ -21,8 +21,6 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -
RUN
chmod
+x ./kubectl
RUN
mv
./kubectl /usr/bin/kubectl
RUN
curl
-sSL
https://get.docker.com/ | sh
WORKDIR
/app
COPY
./start.sh /app/start.sh
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment