From 836b6f554aac2c564a573bad1875a29237b8e6c3 Mon Sep 17 00:00:00 2001 From: Keerthana Bidarakoppa Date: Wed, 21 Aug 2024 00:39:10 +0000 Subject: [PATCH] Edit Docker --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6baef62..ce57f9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,6 @@ RUN apt update -y && apt-get install -y python3-pip RUN pip3 install --no-cache-dir -r requirements.txt RUN apt-get install -y --no-install-recommends python3-all python3-all-dev libgnutls28-dev libboost-all-dev \ && rm -rf /var/lib/apt/lists/* -#RUN ln -s /usr/bin/make /usr/bin/gmake RUN python3 setup.py opensea RUN python3 setup.py build RUN cp -r build/lib.linux-x86_64-3.10/TCGstorageAPI /usr/local/lib/python3.10/dist-packages/.