mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 16:40:14 +00:00
hammerspoon and reorganize old files to legacy
This commit is contained in:
16
legacy/bin/connect_aws/Dockerfile
Normal file
16
legacy/bin/connect_aws/Dockerfile
Normal file
@ -0,0 +1,16 @@
|
||||
FROM alpine:latest
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
RUN apk update && \
|
||||
apk add \
|
||||
openssh \
|
||||
python \
|
||||
py-pip \
|
||||
&& \
|
||||
pip install -r requirements.txt
|
||||
|
||||
COPY connect_cloud.sh /
|
||||
COPY connect_cloud.py /
|
||||
|
||||
ENTRYPOINT ["/connect_cloud.sh"]
|
Reference in New Issue
Block a user