]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/actions/reusable-prepare-peertube-run/action.yml
Remove exif tags when processing images
[github/Chocobozzz/PeerTube.git] / .github / actions / reusable-prepare-peertube-run / action.yml
index 1a6cd2cfde7930d44d2ef4855948f28c0eb18abb..aa5b897c9ffd03735c1b526a5296a00ec0ad02dc 100644 (file)
@@ -8,7 +8,7 @@ runs:
     - name: Setup system dependencies
       shell: bash
       run: |
-        sudo apt-get install postgresql-client-common redis-tools parallel
+        sudo apt-get install postgresql-client-common redis-tools parallel libimage-exiftool-perl
         wget --quiet --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.3.1-64bit-static.tar.xz"
         tar xf ffmpeg-release-4.3.1-64bit-static.tar.xz
         mkdir -p $HOME/bin