mirror of
https://github.com/xxh/xxh
synced 2024-11-26 13:40:20 +00:00
7 lines
151 B
Docker
7 lines
151 B
Docker
|
FROM xxh/xxh-dev-ubuntu-k
|
||
|
# https://github.com/rastasheep/ubuntu-sshd
|
||
|
|
||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||
|
RUN apt update && apt install -y fuse rsync
|
||
|
|