Skip to content

Commit

Permalink
fixed docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanni8 committed Feb 14, 2024
1 parent 4b8713e commit 9fea892
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM php:8.2

WORKDIR /var/www/html

RUN apt update && apt upgrade -y && apt install -y zip unzip

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

COPY . .
Expand Down

0 comments on commit 9fea892

Please sign in to comment.