diff --git a/Dockerfile b/Dockerfile index 370c266..3f0764b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,7 @@ FROM php:7.4-apache RUN apt-get update # 1. development packages -#RUN apt-get install -y \ -# git \ +RUN apt-get install -y git # zip \ # curl \ # sudo \