-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile
More file actions
13 lines (12 loc) · 770 Bytes
/
Copy pathDockerfile
File metadata and controls
13 lines (12 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM node:18.11.0-buster-slim
RUN apt-get update \
&& apt-get install -y wget gnupg ca-certificates procps libxss1 \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
&& sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt buster-pgdg main" > /etc/apt/sources.list.d/pgdg.list' \
&& apt-get update \
&& apt-get install -y google-chrome-stable postgresql-client-14 pigz pnmtopng \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app/myoraculum/botloader
VOLUME /app/myoraculum/