diff --git a/Dockerfile b/Dockerfile index 72d2996..b9dd664 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /jarvis COPY ./jarvis /jarvis # needed in older versions of jarvis-server -# RUN apk add build-base python3 python3-dev py3-pip py3-distutils-extra py3-fann2 fann-dev swig +RUN apk add py3-fann2 fann-dev swig COPY requirements.txt /jarvis/ RUN python3 -m pip install --no-cache-dir -r requirements.txt