mirror of
https://github.com/supanadit/todo.git
synced 2024-11-24 19:26:22 +00:00
feat: only install git
This commit is contained in:
parent
49c9b09276
commit
aaacca5af7
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user