Skip to content

Commit 6028d15

Browse files
committed
removido pacote git do dockerfile
1 parent b73eae4 commit 6028d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.0-fpm
22

3-
RUN apt-get update && apt-get install -y nginx cron nano procps unzip git \
3+
RUN apt-get update && apt-get install -y nginx cron nano procps unzip \
44
&& docker-php-ext-install pdo_mysql
55

66
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

0 commit comments

Comments
 (0)