|
|
@ -13,12 +13,12 @@ COPY ./.yarnrc .yarnrc |
|
|
COPY ./prisma/schema.prisma prisma/schema.prisma |
|
|
COPY ./prisma/schema.prisma prisma/schema.prisma |
|
|
|
|
|
|
|
|
RUN apt update && apt install -y \ |
|
|
RUN apt update && apt install -y \ |
|
|
git \ |
|
|
curl \ |
|
|
g++ \ |
|
|
g++ \ |
|
|
|
|
|
git \ |
|
|
make \ |
|
|
make \ |
|
|
openssl \ |
|
|
openssl \ |
|
|
python3 \ |
|
|
python3 \ |
|
|
curl \ |
|
|
|
|
|
&& rm -rf /var/lib/apt/lists/* |
|
|
&& rm -rf /var/lib/apt/lists/* |
|
|
RUN yarn install |
|
|
RUN yarn install |
|
|
|
|
|
|
|
|
|