Skip to content

Commit 5e968aa

Browse files
committed
Fix CI > Removing deprecated packages
1 parent 985be61 commit 5e968aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@ ENV XDEBUG_PORT 9000
99
RUN apt-get update \
1010
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
1111
software-properties-common \
12-
python-software-properties \
1312
&& apt-get update \
1413
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
1514
libfreetype6-dev \
1615
libicu-dev \
17-
libssl-dev \
16+
libssl-dev \
1817
libjpeg62-turbo-dev \
1918
libmcrypt-dev \
20-
libpng12-dev \
2119
libedit-dev \
2220
libedit2 \
2321
libxslt1-dev \
2422
apt-utils \
23+
gnupg \
2524
redis-tools \
2625
mysql-client \
2726
git \

0 commit comments

Comments
 (0)