1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-12-05 22:56:33 +02:00

Standarize image by using shared / similair layers

This commit is contained in:
Tim Möhlmann
2018-10-31 19:17:23 +02:00
parent 903bb70c5b
commit 42e2dbe35d
18 changed files with 90 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/local/bin/python3
#!/usr/bin/python3
import os
@@ -9,4 +9,4 @@ os.system("[ -f /data/main.cvd ] || freshclam")
os.system("freshclam -d -c 6")
# Run clamav
os.system("clamd")
os.system("clamd")