Skip to content

Commit bda2278

Browse files
authored
Added SSH server
1 parent 0077e47 commit bda2278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ USER root
44
COPY php.ini /tmp
55
RUN apt-get update -yq \
66
# Install some common packages
7-
&& apt-get install curl git imagemagick nano sqlite3 wget unzip -yq \
7+
&& apt-get install curl git imagemagick nano openssh-server sqlite3 wget unzip -yq \
88
&& sed -i 's/<policy domain="coder" rights="none" pattern="PDF" \/>/<policy domain="coder" rights="read|write" pattern="PDF" \/>/g' /etc/ImageMagick-6/policy.xml \
99
# Install PHP CLI with some extensions for Drupal development
1010
&& 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

Comments
 (0)