Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Docker
GitLab Drupal CI
Commits
28f2f5e4
Commit
28f2f5e4
authored
Jan 06, 2021
by
Jürgen Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l3d#72
Add jp
parent
1747e85f
Pipeline
#33052
passed with stage
in 1 minute and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGELOG
CHANGELOG
+4
-0
Dockerfile
Dockerfile
+1
-1
No files found.
CHANGELOG
View file @
28f2f5e4
v1.7.2 2021-01-06
-----------------
docker/l3d#72 Add jp
v1.7.1 2021-01-06
-----------------
docker/l3d#73 Add zsh shell
...
...
Dockerfile
View file @
28f2f5e4
...
...
@@ -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 zsh 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
jq
&&
\
if
[
"
${
ALPINE_VERSION
}
"
=
"3.12"
]
;
then
\
apk add
--no-cache
mandoc
;
\
else
\
...
...
Write
Preview
Markdown
is supported
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