Skip to content

Commit

Permalink
Fix bad comments in active storage feature
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewn617 committed Aug 8, 2024
1 parent cf47303 commit 40a236c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion features/activestorage/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 0 additions & 4 deletions features/activestorage/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit 40a236c

Please sign in to comment.