Skip to content

Commit

Permalink
docker: include libvips
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 14, 2023
1 parent 4163142 commit 9eeeaa7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN apt-get -y install \
gcc \
libgirepository1.0-dev \
libglib2.0-dev \
pkg-config
pkg-config \
libvips

# ffmpeg
RUN apt-get -y install \
Expand Down
3 changes: 2 additions & 1 deletion docker/template/Dockerfile.full.header
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ RUN apt-get -y install \
gcc \
libgirepository1.0-dev \
libglib2.0-dev \
pkg-config
pkg-config \
libvips

# ffmpeg
RUN apt-get -y install \
Expand Down
4 changes: 2 additions & 2 deletions plugins/python-codecs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions plugins/python-codecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@scrypted/python-codecs",
"description": "Scrypted Python Codecs",
"version": "0.1.2",
"description": "Python Codecs for Scrypted",
"keywords": [
"scrypted",
"plugin",
Expand Down Expand Up @@ -29,6 +30,5 @@
},
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
},
"version": "0.0.23"
}
}

0 comments on commit 9eeeaa7

Please sign in to comment.