Update Dockerfile

This commit is contained in:
geoffwhittington
2022-11-20 18:53:35 -05:00
committed by GitHub
parent 0930aa917e
commit b72102c402
+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-devel
RUN apt-get update && apt-get install -y cargo
# install dependencies
RUN pip install -U pip