From e46b410c02028d268fea62b834760f0f37355eea Mon Sep 17 00:00:00 2001 From: Ian McGinnis <67600557+ian-noaa@users.noreply.github.com> Date: Wed, 23 Aug 2023 13:52:28 -0600 Subject: [PATCH] Update MATScommon Use the corrected npm-shrinkwrap.json file. --- Dockerfile | 4 ++++ MATScommon | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56875ec46..196b126e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,10 @@ RUN bash ${SCRIPTS_FOLDER}/build-app-npm-dependencies.sh COPY apps/${APPNAME} ${APP_SOURCE_FOLDER}/ COPY MATScommon /MATScommon +# If this fails with the mention that cmake is needed to build a dependency, +# double check the `MATScommon/meteor_packages/mats-common/.npm/package/npm-shrinkwrap.json +# file for any OS-specific dependencies. If we allow Meteor to build the Couchbase SDK, it +# will blow up our image size. RUN bash ${SCRIPTS_FOLDER}/build-meteor-bundle.sh diff --git a/MATScommon b/MATScommon index 871d6737e..a8d6ebea9 160000 --- a/MATScommon +++ b/MATScommon @@ -1 +1 @@ -Subproject commit 871d6737e1e5fa5fdec898140ad3c3d636c6b09f +Subproject commit a8d6ebea9d123d0a7b5dcd2d1bf38bc01245442f