Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -53,6 +53,10 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
|
|
53 |
RUN python3.10 --version \
|
54 |
&& pip --version
|
55 |
|
|
|
|
|
|
|
|
|
56 |
# # FROM python:3.10
|
57 |
|
58 |
# Switch back to the root user to install Python packages
|
|
|
53 |
RUN python3.10 --version \
|
54 |
&& pip --version
|
55 |
|
56 |
+
# Install Cryptodome
|
57 |
+
RUN apt-get -y update \
|
58 |
+
&& apt-get install -y python-pycryptodome
|
59 |
+
|
60 |
# # FROM python:3.10
|
61 |
|
62 |
# Switch back to the root user to install Python packages
|