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