From 8f69b084972016994308b33646a4705a85fe14b2 Mon Sep 17 00:00:00 2001 From: Ke Wang Date: Wed, 9 Mar 2022 10:07:35 -0500 Subject: [PATCH] Revert "feat: install NCATS required packages to docker (#53)" (#54) This reverts commit cda113b5aed30d054218c16f70802a430268421e. --- Dockerfile-ncats | 3 --- Dockerfile-opendata | 3 --- 2 files changed, 6 deletions(-) diff --git a/Dockerfile-ncats b/Dockerfile-ncats index 96adab3..a06260c 100644 --- a/Dockerfile-ncats +++ b/Dockerfile-ncats @@ -11,9 +11,6 @@ RUN ng build --configuration production --deploy-url=/models/client/ --base-href FROM continuumio/miniconda:4.7.12 -# Install NCATS required packages -RUN apt-get update -y && apt-get install -y net-tools - WORKDIR /opt/adme COPY server ./ diff --git a/Dockerfile-opendata b/Dockerfile-opendata index 8c4494a..4e600fc 100644 --- a/Dockerfile-opendata +++ b/Dockerfile-opendata @@ -11,9 +11,6 @@ RUN ng build --configuration production --deploy-url=/adme/client/ --base-href=/ FROM continuumio/miniconda:4.7.12 -# Install NCATS required packages -RUN apt-get update -y && apt-get install -y net-tools - WORKDIR /opt/adme COPY server ./