From b44b92073451608849bdd3fc3d84624d46d6ffc1 Mon Sep 17 00:00:00 2001 From: d-two <32079446+d-two@users.noreply.github.com> Date: Thu, 25 Aug 2022 11:03:17 +0200 Subject: [PATCH] Update Dockerfile --- oscam/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/oscam/Dockerfile b/oscam/Dockerfile index ec63e43..b948d5d 100644 --- a/oscam/Dockerfile +++ b/oscam/Dockerfile @@ -92,7 +92,11 @@ COPY root/ / RUN \ chown root:root /etc/cont-init.d/30-config && \ - chmod a+x /etc/cont-init.d/30-config + chmod a+x /etc/cont-init.d/30-config && \ + chown root:root /etc/services.d/pcscd/run && \ + chmod a+x /etc/services.d/pcscd/run && \ + chown root:root /etc/services.d/oscam/run && \ + chmod a+x /etc/services.d/oscam/run # Ports and volumes EXPOSE 8888