From c6acdaaa06c549ddb1f84b65a050a3bd22e741ad Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Tue, 6 Apr 2021 23:33:46 +0800 Subject: [PATCH] ubuntu --- Dockerfile | 1 + datafile.py.gen.d.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d3a47d..d1dd106 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 06444fd..2e2ac48 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 * -- GitLab