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.
1 parent 794c6a3 commit 0987ad1Copy full SHA for 0987ad1
bin/docker/Dockerfile
@@ -191,7 +191,7 @@ ADD https://github.com/vimeo/psalm/commits/master.atom /dev/null
191
192
RUN pecl install igbinary
193
194
-RUN apt-get update && apt-get -y --no-install-recommends install openssh git unzip libjemalloc2 && apt-get clean && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get -y --no-install-recommends install ssh git unzip libjemalloc2 && apt-get clean && rm -rf /var/lib/apt/lists/*
195
196
ADD bin/docker/php.ini /usr/local/etc/php/php.ini
197
0 commit comments