Skip to content

Commit 55410f6

Browse files
chore: update dependencies
1 parent 3b5fa9a commit 55410f6

File tree

4 files changed

+1037
-799
lines changed

4 files changed

+1037
-799
lines changed

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ COPY services/api/composer.json ./
4141
FROM php:${PHP_VERSION}-alpine AS vendor
4242
WORKDIR /dependencies
4343

44+
RUN apk add --no-cache git unzip
45+
4446
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
4547

4648
COPY services/api/composer.json services/api/composer.lock ./

0 commit comments

Comments
 (0)