diff options
author | paspo <[email protected]> | 2023-12-07 08:15:00 +0100 |
---|---|---|
committer | paspo <[email protected]> | 2023-12-07 08:15:00 +0100 |
commit | 8b7f3491b17a54db8d0db815a4c421dcdd920555 (patch) | |
tree | e983740990fc61475b982690f4c8fcc2507a5fca | |
parent | 27ac9dec5652bee7f1b677e506202d0f628569fd (diff) | |
download | rustdesk-server-8b7f3491b17a54db8d0db815a4c421dcdd920555.tar.gz rustdesk-server-8b7f3491b17a54db8d0db815a4c421dcdd920555.zip |
minimal docker classic images
-rwxr-xr-x | docker-classic/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-classic/Dockerfile b/docker-classic/Dockerfile index 694ab6e..3aebe23 100755 --- a/docker-classic/Dockerfile +++ b/docker-classic/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM scratch COPY hbbs /usr/bin/hbbs COPY hbbr /usr/bin/hbbr WORKDIR /root |