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

14 lines
271 B
Docker
Raw Normal View History

2021-02-11 20:36:26 +00:00
FROM debian:10-slim
RUN apt-get update
RUN apt-get install npm build-essential libtool autoconf automake python2 wget -y
WORKDIR /usr/src/app
RUN npm -g i n
RUN n v14
RUN npm -g i npm
RUN npm install discord.js@12 @discordjs/opus prism-media sodium
RUN npm audit fix