@@ -1,2 +0,0 @@
-FROM python:3.11-alpine
-RUN pip install requests
@@ -0,0 +1,3 @@
+# https://hub.docker.com/repository/docker/jibby0/server-python3-requests
+FROM python:3.11-alpine
+RUN pip install requests
@@ -24,7 +24,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: lidarr-empty-folders
- image: jibby0/lidarr-empty-folders
+ image: jibby0/server-python3-requests:3.11-alpine
command:
- /bin/sh
- -c