feat: only install git

This commit is contained in:
Supan Adit Pratama 2022-04-13 07:06:43 +07:00
parent 49c9b09276
commit aaacca5af7

View File

@ -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 \