diff --git a/features/activestorage/devcontainer-feature.json b/features/activestorage/devcontainer-feature.json index f0f5c0a..4150fa3 100644 --- a/features/activestorage/devcontainer-feature.json +++ b/features/activestorage/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "activestorage", - "version": "1.0.0", + "version": "1.0.1", "name": "Active Storage", "description": "Installs utilities needed for Rails Active Storage" } diff --git a/features/activestorage/install.sh b/features/activestorage/install.sh index ad6355e..cfe793b 100755 --- a/features/activestorage/install.sh +++ b/features/activestorage/install.sh @@ -4,11 +4,7 @@ set -e apt-get update -qq && \ apt-get install --no-install-recommends -y \ libvips \ - # For video thumbnails ffmpeg \ - # For pdf thumbnails. If you want to use mupdf instead of poppler, - # you can install the following packages instead: - # mupdf mupdf-tools poppler-utils rm -rf /var/lib/apt/lists/*