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

FROM debian:10-slim
RUN apt-get update
RUN apt-get install npm build-essential libtool autoconf automake python2 python3 wget pkg-config -y
WORKDIR /usr/src/app
RUN npm -g i n
RUN n v18
RUN npm -g i npm
RUN npm install discord.js@13 @discordjs/opus prism-media sodium
RUN npm audit fix