Skip to content

Commit

Permalink
Edit Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Keerthana-Bidarakoppa committed Aug 21, 2024
1 parent 53a7d5f commit 836b6f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/.

0 comments on commit 836b6f5

Please sign in to comment.