Skip to content

Commit

Permalink
removido pacote git do dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
altendorfme committed Nov 23, 2024
1 parent b73eae4 commit 6028d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.0-fpm

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

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

0 comments on commit 6028d15

Please sign in to comment.