Work in progress...
This commit is contained in:
9
Containerfile
Normal file
9
Containerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM registry.opensuse.org/opensuse/tumbleweed:latest
|
||||
|
||||
RUN zypper --non-interactive install --no-recommends \
|
||||
python3-kubernetes \
|
||||
python3-pyudev \
|
||||
&& zypper clean -a \
|
||||
&& rm /var/log/zypper.log
|
||||
|
||||
ENV TZ="Europe/Stockholm"
|
Reference in New Issue
Block a user