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
270 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
2022-01-22 15:43:31 +00:00
RUN n v17
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