mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
7 lines
133 B
Docker
7 lines
133 B
Docker
FROM ubuntu:focal
|
|
ENTRYPOINT ["/usr/bin/duck"]
|
|
CMD ["--version"]
|
|
|
|
COPY opt/duck /opt/duck
|
|
RUN ln -s /opt/duck/bin/duck /usr/bin/duck
|