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
1747e85f
Commit
1747e85f
authored
4 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
l3d#73
Add zsh shell
parent
113c4d61
No related branches found
Branches containing commit
Tags
v2.2.9
Tags containing commit
No related merge requests found
Pipeline
#33045
passed
4 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+12
-0
12 additions, 0 deletions
CHANGELOG
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
13 additions
and
1 deletion
CHANGELOG
+
12
−
0
View file @
1747e85f
v1.7.1 2021-01-06
-----------------
docker/l3d#73 Add zsh shell
v1.7.0 2020-12-29
-----------------
composer/plugin/docker4drupal#39 Add PHP 8.0
v1.6.1 2020-12-25
-----------------
docker/l3d#57 Install sudo
v1.6.0 2020-11-09
-----------------
Composer 2 compatibility
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
1747e85f
...
...
@@ -50,7 +50,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
echo
"StrictHostKeyChecking no"
>>
/root/.ssh/config
&&
\
\
apk update
&&
\
apk add
--no-cache
openssh wget make patch bash fish python3 git git-lfs unzip acl libpng-dev libzip-dev
sudo
&&
\
apk add
--no-cache
openssh wget make patch bash fish
zsh
python3 git git-lfs unzip acl libpng-dev libzip-dev
sudo
&&
\
if
[
"
${
ALPINE_VERSION
}
"
=
"3.12"
]
;
then
\
apk add
--no-cache
mandoc
;
\
else
\
...
...
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