We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3cd103 commit ab7dd87Copy full SHA for ab7dd87
main.dockerfile
@@ -10,6 +10,10 @@ ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=true
10
RUN apt-get update &&\
11
apt-get install -yq wget gnupg openssl ranger vim neovim curl python-dev-is-python3 python3-pip git jq awscli
12
13
+# node-binaries
14
+RUN apt-get update &&\
15
+ apt-get install -yq pkg-config libpixman-1-dev libcairo2-dev libpango1.0-dev libjpeg62-turbo-dev libgif-dev
16
+
17
# ffmpeg
18
RUN apt-get update && apt-get install -yq ffmpeg
19
0 commit comments