Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
checkfolder
Commits
9c73f4de
Verified
Commit
9c73f4de
authored
Nov 22, 2017
by
Ingo Pfennigstorf
💅
Browse files
Beautify Dockerfile
parent
0ccefcab
Pipeline
#5185
passed with stage
in 2 minutes and 13 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
9c73f4de
...
...
@@ -3,8 +3,8 @@ COPY . /usr/src/checkfolder
WORKDIR
/usr/src/checkfolder
RUN
apk update
&&
\
apk add git zlib-dev zip unzip
\
&&
docker-php-ext-install zip
apk add git zlib-dev zip unzip
&&
\
docker-php-ext-install zip
RUN
curl
--silent
--show-error
https://getcomposer.org/installer | php
RUN
php composer.phar
install
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment