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:
parent
3c21d38ec3
commit
11db951e7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue