This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
debian-for-discord-vc/Dockerfile

13 lines
289 B
Docker
Raw Permalink Normal View History

2021-02-11 20:36:26 +00:00
FROM debian:10-slim
RUN apt-get update
2023-06-06 23:24:42 +01:00
RUN apt-get install npm build-essential libtool autoconf automake python2 python3 wget pkg-config -y
2021-02-11 20:36:26 +00:00
WORKDIR /usr/src/app
RUN npm -g i n
2023-06-06 23:11:25 +01:00
RUN n v18
2021-02-11 20:36:26 +00:00
RUN npm -g i npm
2022-01-22 15:43:31 +00:00
RUN npm install discord.js@13 @discordjs/opus prism-media sodium
2021-02-11 20:36:26 +00:00
RUN npm audit fix