Skip to content

Commit

Permalink
Merge pull request #90 from siketyan/expr-git-access-failing
Browse files Browse the repository at this point in the history
fix: Fix Git accesses are failing
  • Loading branch information
siketyan authored Jul 13, 2022
2 parents fce76af + 4681d92 commit 764554c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM php:8.0-cli-alpine
FROM php:8.1-cli

COPY . /app
WORKDIR /app

RUN apk add --no-cache git
RUN apt update && apt install -y git zip unzip

RUN php -r "copy('https://getcomposer.org/download/2.1.12/composer.phar', 'composer.phar');" \
&& chmod +x ./composer.phar \
Expand Down

0 comments on commit 764554c

Please sign in to comment.