We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcd65b8 + ff1f344 commit 8a5d9e2Copy full SHA for 8a5d9e2
2021.0/Dockerfile
@@ -4,12 +4,12 @@
4
5
FROM ubuntu:18.04
6
7
-RUN apt-get update && apt-get install -y \
+RUN apt-get update && apt-get install -y --no-install-recommends \
8
gnupg
9
10
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-key 799058698E65316A2E7A4FF42EAE1437F7D2C623
11
COPY zend-server.list /etc/apt/sources.list.d/zend-server.list
12
13
iproute2 \
14
curl \
15
libmysqlclient20 \
0 commit comments