mirror of
https://github.com/xxh/xxh
synced 2024-11-22 20:03:18 +00:00
6 lines
151 B
Docker
6 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
|
|
|