Skip to content

Commit ab7dd87

Browse files
committed
add pkg-config etc back in
1 parent c3cd103 commit ab7dd87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=true
1010
RUN apt-get update &&\
1111
apt-get install -yq wget gnupg openssl ranger vim neovim curl python-dev-is-python3 python3-pip git jq awscli
1212

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+
1317
# ffmpeg
1418
RUN apt-get update && apt-get install -yq ffmpeg
1519

0 commit comments

Comments
 (0)