Correction de l'indentation

This commit is contained in:
2025-07-10 21:50:25 +02:00
parent 70211dc9ac
commit e0e5ea37ce
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
FROM python
FROM debian
RUN <<-EOF
apt-get update
apt-get install -y python3-cryptography python3-requests python3-toml
apt-get install -y systemd python3 python3-cryptography python3-requests python3-toml
EOF
ADD scripts\* /airwatchConnector
ADD services.py