fdgf
This commit is contained in:
parent
c416d33c6b
commit
d14560c5ba
@ -4,8 +4,9 @@ ENV NODE_MAJOR=18
|
|||||||
ENV PG_BIN=/usr/lib/postgresql/$PG_VERSION/bin
|
ENV PG_BIN=/usr/lib/postgresql/$PG_VERSION/bin
|
||||||
ENV PG_DIR=/var/lib/postgresql/$PG_VERSION/main
|
ENV PG_DIR=/var/lib/postgresql/$PG_VERSION/main
|
||||||
RUN apt update;apt install -y bash curl openssl postgresql postgresql-contrib ffmpeg git python3 build-essential nginx redis unzip wget procps
|
RUN apt update;apt install -y bash curl openssl postgresql postgresql-contrib ffmpeg git python3 build-essential nginx redis unzip wget procps
|
||||||
|
RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
|
||||||
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
|
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
|
||||||
RUN apt-get update;apt-get install nodejs npm -y
|
RUN apt-get update;apt-get install nodejs -y
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
RUN git clone -b master https://github.com/misskey-dev/misskey.git --depth=1
|
RUN git clone -b master https://github.com/misskey-dev/misskey.git --depth=1
|
||||||
WORKDIR /opt/misskey
|
WORKDIR /opt/misskey
|
||||||
|
Loading…
Reference in New Issue
Block a user