Skip to content
Snippets Groups Projects
Commit 70034537 authored by Milan Čermák's avatar Milan Čermák
Browse files

Temporary fix for incompatible OpenSSL

parent 41dfaea7
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@ COPY ./client/package*.json ./
COPY ./client/yarn.lock ./
COPY ./client/cytoscape-cola-with-layout-locking-2.5.0.tgz ./
# Temporar fix for incompatible OpenSSL
ENV NODE_OPTIONS="--openssl-legacy-provider"
# Install all project dependencies
RUN yarn install --frozen-lockfile
......
......@@ -6,6 +6,9 @@ COPY package*.json ./
COPY yarn.lock ./
COPY cytoscape-cola-with-layout-locking-2.5.0.tgz ./
# Temporar fix for incompatible OpenSSL
ENV NODE_OPTIONS="--openssl-legacy-provider"
RUN yarn install
COPY . .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment