From 3ceabd291f5f7637ebf9666fb9e440f5d2d90af1 Mon Sep 17 00:00:00 2001 From: dipeshrath <111430850+dipeshrath@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:11:12 +0530 Subject: [PATCH] updated readme --- iam-credential-expiry-notification/Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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