Skip to content

Commit

Permalink
Update MATScommon
Browse files Browse the repository at this point in the history
Use the corrected npm-shrinkwrap.json file.
  • Loading branch information
ian-noaa committed Aug 23, 2023
1 parent c0b6907 commit e46b410
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion MATScommon

0 comments on commit e46b410

Please sign in to comment.