Spaces:
Runtime error
Runtime error
Docker File Updated
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -57,6 +57,9 @@ RUN python3.10 --version \
|
|
57 |
RUN apt-get -y update \
|
58 |
&& apt-get install -y python-pycryptodome
|
59 |
|
|
|
|
|
|
|
60 |
# RabbitMQ Installaiotn
|
61 |
RUN apt update && apt upgrade -y
|
62 |
RUN apt install curl gnupg -y
|
|
|
57 |
RUN apt-get -y update \
|
58 |
&& apt-get install -y python-pycryptodome
|
59 |
|
60 |
+
|
61 |
+
RUN apt-get install --reinstall systemd
|
62 |
+
|
63 |
# RabbitMQ Installaiotn
|
64 |
RUN apt update && apt upgrade -y
|
65 |
RUN apt install curl gnupg -y
|