From ff98c2428db6ee4c802e9b6dc5a2b30124747c55 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 5 Oct 2023 17:11:31 -0400 Subject: [PATCH] Fixing broken docker build due to missing rxjs. (#2174) --- Dockerfile | 2 +- package.json | 1 + yarn.lock | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 00baae14..263552e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.2-alpine as builder +FROM node:alpine as builder RUN apk update && apk add curl yarn python3 build-base gcc wget git --no-cache RUN curl -sf https://gobinaries.com/tj/node-prune | sh diff --git a/package.json b/package.json index 291c2530..e4980958 100644 --- a/package.json +++ b/package.json @@ -83,6 +83,7 @@ "mini-css-extract-plugin": "^2.7.5", "register-service-worker": "^1.7.2", "run-node-webpack-plugin": "^1.3.0", + "rxjs": "^7.8.1", "sanitize-html": "^2.11.0", "sass": "^1.64.1", "sass-loader": "^13.3.2", diff --git a/yarn.lock b/yarn.lock index b10a5f07..74e16ab7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8356,7 +8356,7 @@ run-queue@^1.0.0, run-queue@^1.0.3: dependencies: aproba "^1.1.1" -rxjs@^7.8.0: +rxjs@^7.8.0, rxjs@^7.8.1: version "7.8.1" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543" integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==