From d7acf8b0bf302d7c5385c519ba6239c0647db5b5 Mon Sep 17 00:00:00 2001 From: jakobblume Date: Wed, 12 Dec 2018 05:49:44 +0100 Subject: [PATCH] deleted comment, that informs about required composer install --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 24b28b8..a0c499e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,6 @@ RUN composer install # Running this container will start a language server that listens for TCP connections on port 2088 # Every connection will be run in a forked child process -# Please note that before building the image, you have to install dependencies with `composer install` - FROM php:7-cli MAINTAINER Felix Becker