initial commit
This commit is contained in:
commit
fcca67b1fb
3 changed files with 35 additions and 0 deletions
9
Containerfile
Normal file
9
Containerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM docker.io/alpine:3.19
|
||||
|
||||
RUN apk --no-cache add \
|
||||
lftp \
|
||||
openssh-client
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue