mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-06 14:31:35 +01:00
fix: add -y flag to install
This commit is contained in:
@@ -2,7 +2,7 @@ FROM python:3.9-slim-buster
|
|||||||
|
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install python3-pip -y
|
RUN apt install python3-pip -y
|
||||||
RUN apt install libsasl2-dev python-dev libldap2-dev libssl-dev
|
RUN apt install libsasl2-dev python-dev libldap2-dev libssl-dev -y
|
||||||
RUN python3 -m pip install --upgrade pip
|
RUN python3 -m pip install --upgrade pip
|
||||||
RUN apt install curl -y
|
RUN apt install curl -y
|
||||||
RUN apt autoremove -y
|
RUN apt autoremove -y
|
||||||
|
|||||||
Reference in New Issue
Block a user