mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-09-25 23:00:19 +00:00
fixed build script,
added binutils to docker container for build requirements, added required scipy modules to superscript.spec Former-commit-id: 60a6fc1106dc90514bd1270138ab9166efa29290
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM python:slim
|
||||
WORKDIR /
|
||||
RUN apt-get -y update; apt-get -y upgrade
|
||||
RUN apt-get -y install git
|
||||
RUN apt-get -y install git binutils
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
Reference in New Issue
Block a user