mirror of
https://github.com/supanadit/todo.git
synced 2024-11-25 03:36:41 +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
|
RUN apt-get update
|
||||||
|
|
||||||
# 1. development packages
|
# 1. development packages
|
||||||
#RUN apt-get install -y \
|
RUN apt-get install -y git
|
||||||
# git \
|
|
||||||
# zip \
|
# zip \
|
||||||
# curl \
|
# curl \
|
||||||
# sudo \
|
# sudo \
|
||||||
|
Loading…
Reference in New Issue
Block a user