1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2026-02-15 17:16:57 +00:00

Fix exiftool package in Woodpecker CI

This commit is contained in:
Lain Soykaf 2026-02-07 16:37:10 +04:00
parent 3c21d38ec3
commit 11db951e7f

View file

@ -12,7 +12,7 @@ steps:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
commands:
- apk add --no-cache build-base cmake file-dev git openssl postgresql-client ffmpeg perl-image-exiftool
- apk add --no-cache build-base cmake file-dev git openssl postgresql-client ffmpeg exiftool
- mix local.hex --force
- mix local.rebar --force
- mix deps.get