Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
GitHub Mirror
Renovate Bot
renovate
Commits
c886c418
Unverified
Commit
c886c418
authored
5 years ago
by
Michael Kriese
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
feat(deps): Update php to version 7.4 (#5724)
parent
1d661b90
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-1
4 additions, 1 deletion
Dockerfile
with
4 additions
and
1 deletion
Dockerfile
+
4
−
1
View file @
c886c418
...
...
@@ -106,7 +106,10 @@ ENV PATH $PATH:/opt/elixir-${ELIXIR_VERSION}/bin
# PHP Composer
RUN
apt-get update
&&
apt-get
install
-y
php-cli php-mbstring
&&
\
RUN
echo
"deb http://ppa.launchpad.net/ondrej/php/ubuntu bionic main"
>
/etc/apt/sources.list.d/ondrej-php.list
&&
\
apt-key adv
--keyserver
keyserver.ubuntu.com
--recv-keys
14AA40EC0831756756D7F66C4F4EA0AAE5267A6C
&&
\
apt-get update
&&
\
apt-get
-y
install
php7.4-cli php7.4-mbstring
&&
\
rm
-rf
/var/lib/apt/lists/
*
ENV
COMPOSER_VERSION=1.9.3
...
...
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