Skip to content

Commit

Permalink
Merge pull request #43 from rails/fix-active-storage
Browse files Browse the repository at this point in the history
Fix activestorage feature
  • Loading branch information
andrewn617 authored Aug 8, 2024
2 parents cf47303 + e1f522c commit 5c8b176
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .github/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"version": "latest",
"ppa": "false"
},
"./features/ruby": {}
"./features/ruby": {},
"./features/activestorage": {},
"./features/postgres-client": {},
"./features/mysql-client": {},
"./features/sqlite3": {}
},
// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
Expand Down
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 5c8b176

Please sign in to comment.