diff --git a/Dockerfile b/Dockerfile index 05467fe..8299966 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ RUN apk --update add \ libxslt-dev \ openssl-dev \ libffi-dev \ - rust + rust \ + cargo COPY requirements.txt .