Skip to content

Commit

Permalink
Remove not used services form docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsykun committed Jan 13, 2023
1 parent 751248e commit b369671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:8.1-fpm-alpine

RUN apk --no-cache add nginx openssl supervisor curl \
git subversion mercurial patch bash nano sudo icu openssh-client zip unzip redis shadow && \
RUN apk --no-cache add nginx supervisor curl subversion mercurial \
git bash openssh-client zip unzip redis shadow && \
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && \
printf "Host *\n StrictHostKeyChecking no" > /etc/ssh/ssh_config

Expand Down

0 comments on commit b369671

Please sign in to comment.