Update Dockerfile

This commit is contained in:
geoffwhittington
2022-11-20 18:51:16 -05:00
committed by GitHub
parent 7ad584830a
commit 0930aa917e
+1 -1
View File
@@ -7,7 +7,7 @@ WORKDIR /code
# copy the dependencies file to the working directory
COPY requirements.txt .
RUN apt-get update && apt-get install -y cargo openssl-dev
RUN apt-get update && apt-get install -y cargo openssl-devel
# install dependencies
RUN pip install -U pip