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 379308b + c833c4e commit 794c6a3Copy full SHA for 794c6a3
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 git unzip libjemalloc2 && apt-get clean && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get -y --no-install-recommends install openssh 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