Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GitLab Drupal CI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
GitLab Drupal CI
Commits
e6e52c1b
Commit
e6e52c1b
authored
6 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
SSH settings to no check host keys
Add fish shell Add ahox
parent
ee4ea317
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5725
passed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+9
-3
9 additions, 3 deletions
Dockerfile
with
9 additions
and
3 deletions
Dockerfile
+
9
−
3
View file @
e6e52c1b
...
...
@@ -2,15 +2,18 @@ FROM docker:18.06.1
LABEL
com.example.vendor="PARAGON Executive Service GmbH" \
maintainer="juergen@paragon-es.de" \
version="1.
0
.0" \
version="1.
1
.0" \
description="An image for GitLab runner to build and test Drupal projects."
ARG
compose_version=1.21.2
ARG
glibc_version=2.28-r0
RUN
apk update
&&
\
RUN
mkdir
-p
/root/.ssh
&&
\
echo
"StrictHostKeyChecking no"
>>
/root/.ssh/config
&&
\
\
apk update
&&
\
apk add
--no-cache
curl openssl openssh ca-certificates wget make
\
bash python nodejs npm git unzip
\
bash
fish
python nodejs npm git unzip
\
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl
\
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype
\
php7-tokenizer php7-simplexml php7-xmlwriter
&&
\
...
...
@@ -26,6 +29,9 @@ RUN apk update && \
\
ln
-s
/usr/bin/php7 /usr/local/bin/php
&&
\
\
wget
-q
https://github.com/ahoy-cli/ahoy/releases/download/2.0.0/ahoy-bin-
`
uname
-s
`
-amd64
-O
/usr/local/bin/ahoy
&&
\
chmod
+x /usr/local/bin/ahoy
&&
\
\
wget
-q
https://github.com/docker/compose/releases/download/
${
compose_version
}
/docker-compose-
`
uname
-s
`
-
`
uname
-m
`
-O
/usr/local/bin/docker-compose
&&
\
chmod
+x /usr/local/bin/docker-compose
&&
\
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment