added sysco poller
This commit is contained in:
7
sysco-poller/Dockerfile
Normal file
7
sysco-poller/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM public.ecr.aws/amazonlinux/amazonlinux:latest
|
||||
RUN yum install -y openssh-clients
|
||||
RUN yum install -y lftp
|
||||
RUN yum install -y aws-cli
|
||||
COPY script.sh /
|
||||
CMD /script.sh
|
||||
|
||||
Reference in New Issue
Block a user