Skip to content

Commit 0987ad1

Browse files
committed
Fix
1 parent 794c6a3 commit 0987ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ ADD https://github.com/vimeo/psalm/commits/master.atom /dev/null
191191

192192
RUN pecl install igbinary
193193

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/*
194+
RUN apt-get update && apt-get -y --no-install-recommends install ssh git unzip libjemalloc2 && apt-get clean && rm -rf /var/lib/apt/lists/*
195195

196196
ADD bin/docker/php.ini /usr/local/etc/php/php.ini
197197

0 commit comments

Comments
 (0)