Merge pull request #328 from paspo/slim-docker-classic

minimal docker classic images
This commit is contained in:
RustDesk 2023-12-07 17:09:11 +08:00 committed by GitHub
commit 891f388040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM scratch
COPY hbbs /usr/bin/hbbs
COPY hbbr /usr/bin/hbbr
WORKDIR /root