diff --git a/iam-credential-expiry-notification/Dockerfile b/iam-credential-expiry-notification/Dockerfile index 1e26565..7fa7d9d 100644 --- a/iam-credential-expiry-notification/Dockerfile +++ b/iam-credential-expiry-notification/Dockerfile @@ -13,8 +13,5 @@ COPY --from=build-stage /python /python COPY --from=build-stage /function /function RUN chmod -R o+r /function ENV PYTHONPATH=/function:/python -#RUN microdnf update -#ENTRYPOINT ["/python/bin/fdk", "/function/func.py", "handler"] -RUN microdnf install -y openssh-server sudo -RUN systemctl enable sshd.service -ENTRYPOINT ["/usr/sbin/init"] \ No newline at end of file +RUN microdnf update +ENTRYPOINT ["/python/bin/fdk", "/function/func.py", "handler"] \ No newline at end of file