Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dipeshrath committed Dec 2, 2024
1 parent dd68b56 commit 3ceabd2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions iam-credential-expiry-notification/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
RUN microdnf update
ENTRYPOINT ["/python/bin/fdk", "/function/func.py", "handler"]

0 comments on commit 3ceabd2

Please sign in to comment.