mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 00:05:27 +00:00
added dockerfile pup
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
FROM ghcr.io/windmill-labs/windmill-ee:main
|
||||
|
||||
|
||||
RUN apt update
|
||||
RUN apt install npm -y
|
||||
RUN mkdir -p /etc/apt/keyrings
|
||||
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
|
||||
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
|
||||
RUN apt-get update -y
|
||||
RUN apt install nodejs libnss3-dev libatk1.0-0 libatk-bridge2.0-0 libcups2-dev libdrm-dev libxkbcommon-dev libxcomposite-dev libxdamage-dev libxrandr-dev\
|
||||
libgbm-dev libpango-1.0 libcairo-dev libasound-dev -y
|
||||
RUN npm install -g puppeteer -y
|
||||
|
||||
CMD ["windmill"]
|
||||
Reference in New Issue
Block a user