mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Switched to debian
This commit is contained in:
+4
-2
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu
|
||||
FROM debian
|
||||
|
||||
RUN mkdir -p /home/node/app/node_modules
|
||||
WORKDIR /home/node/app
|
||||
@@ -6,8 +6,10 @@ WORKDIR /home/node/app
|
||||
COPY package*.json ./
|
||||
COPY prisma ./prisma/
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update -y
|
||||
RUN apt-get -y install curl gnupg git python2 make g++ iputils-ping
|
||||
RUN apt-get -y install curl gnupg git python2 make g++ iputils-ping ffmpeg
|
||||
RUN curl -sL https://deb.nodesource.com/setup_17.x | bash -
|
||||
RUN apt-get -y install nodejs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user