Skip to content

Commit

Permalink
Bump alpine-phpstorm-libs version to 0.0.2 and update install script …
Browse files Browse the repository at this point in the history
…dependencies
  • Loading branch information
cirolosapio committed Nov 15, 2024
1 parent eef688d commit 885cc2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/alpine-phpstorm-libs/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-phpstorm-libs",
"id": "alpine-phpstorm-libs",
"version": "0.0.1",
"version": "0.0.2",
"description": "Installs phpstorm required libs on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-phpstorm-libs",
"dependsOn": {
Expand Down
2 changes: 1 addition & 1 deletion src/alpine-phpstorm-libs/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e

echo "Activating feature 'alpine-phpstorm-libs'"

apk --no-cache add gcompat libxi libxrender libxtst
apk --no-cache add curl unzip libxext libxrender libxtst libxi freetype procps gcompat

echo 'Done!'

0 comments on commit 885cc2c

Please sign in to comment.