diff --git a/Dockerfile b/Dockerfile index 9d3a47d6651954af5d12dfdb0c440dcb665bfb59..d1dd1067e27ae4c6d4675f1dc0c42681b55b86db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ MAINTAINER root@recolic.net RUN apt update RUN apt install -y curl netcat iputils-ping python3.8 +RUN ln -s /usr/bin/python3.8 /usr/bin/python3 # RUN pacman -Sy # RUN pacman -S --noconfirm curl netcat iputils grep # RUN pacman -S --noconfirm python diff --git a/datafile.py.gen.d.py b/datafile.py.gen.d.py index 06444fd9243bda5a41acb03d97d21236ad1aafde..2e2ac480d7452fc69ea42ef98f1f5161eacfa958 100755 --- a/datafile.py.gen.d.py +++ b/datafile.py.gen.d.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.8 -u +#!/usr/bin/python3 -u import time from datafile_gen_daemon_conf import *