Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker
magento
php-magento
Commits
54f2c1a7
Commit
54f2c1a7
authored
Dec 27, 2018
by
Manuel Christlieb
Browse files
update lists and install xdebug
parent
53a502c2
Pipeline
#14402
failed with stage
in 20 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
5.6/Dockerfile
View file @
54f2c1a7
...
...
@@ -11,7 +11,8 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
# are using an older version.
RUN
apt-get update
&&
\
apt-get
install
-y
autoconf dpkg dpkg-dev file g++ gcc make pkgconf re2c
&&
\
pecl
install
xdebug-2.5.5
&&
\
pecl channel-update pecl.php.net
&&
\
pecl
install
xdebug
&&
\
rm
-rf
/var/lib/apt/lists/
*
# TODO: Remove packages again, currently apt will bail out with:
# "WARNING: The following essential packages will be removed.
...
...
7.0/Dockerfile
View file @
54f2c1a7
...
...
@@ -9,6 +9,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
# Install xdebug
RUN
apt-get update
&&
\
apt-get
install
-y
autoconf dpkg dpkg-dev file g++ gcc make pkgconf re2c
&&
\
pecl channel-update pecl.php.net
&&
\
pecl
install
xdebug
&&
\
rm
-rf
/var/lib/apt/lists/
*
# TODO: Remove packages again, currently apt will bail out with:
...
...
7.1/Dockerfile
View file @
54f2c1a7
...
...
@@ -9,6 +9,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
# Install xdebug
RUN
apt-get update
&&
\
apt-get
install
-y
autoconf dpkg dpkg-dev file g++ gcc make pkgconf re2c
&&
\
pecl channel-update pecl.php.net
&&
\
pecl
install
xdebug
&&
\
rm
-rf
/var/lib/apt/lists/
*
# TODO: Remove packages again, currently apt will bail out with:
...
...
7.2/Dockerfile
View file @
54f2c1a7
...
...
@@ -9,6 +9,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
# Install xdebug
RUN
apt-get update
&&
\
apt-get
install
-y
autoconf dpkg dpkg-dev file g++ gcc make pkgconf re2c
&&
\
pecl channel-update pecl.php.net
&&
\
pecl
install
xdebug
&&
\
rm
-rf
/var/lib/apt/lists/
*
# TODO: Remove packages again, currently apt will bail out with:
...
...
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