We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0077e47 commit bda2278Copy full SHA for bda2278
.devcontainer/Dockerfile
@@ -4,7 +4,7 @@ USER root
4
COPY php.ini /tmp
5
RUN apt-get update -yq \
6
# Install some common packages
7
- && apt-get install curl git imagemagick nano sqlite3 wget unzip -yq \
+ && apt-get install curl git imagemagick nano openssh-server sqlite3 wget unzip -yq \
8
&& sed -i 's/<policy domain="coder" rights="none" pattern="PDF" \/>/<policy domain="coder" rights="read|write" pattern="PDF" \/>/g' /etc/ImageMagick-6/policy.xml \
9
# Install PHP CLI with some extensions for Drupal development
10
&& apt-get install php-cli php-apcu php-curl php-dom php-gd php-imagick php-mbstring php-sqlite3 php-zip -yq \
0 commit comments