diff options
author | Paolo Asperti <[email protected]> | 2022-06-24 09:32:39 +0200 |
---|---|---|
committer | Paolo Asperti <[email protected]> | 2022-06-24 09:49:54 +0200 |
commit | 104fb00d88c5252a432b4b2fb11d2b05f0f7fd2c (patch) | |
tree | 3a62849713f03efd657e0c9c72e6faaef96eb201 /docker-classic | |
parent | e4b2fc15b6f4251b60ade38d5a0a61e6a4fed744 (diff) | |
download | rustdesk-server-104fb00d88c5252a432b4b2fb11d2b05f0f7fd2c.tar.gz rustdesk-server-104fb00d88c5252a432b4b2fb11d2b05f0f7fd2c.zip |
classic image support
Diffstat (limited to 'docker-classic')
-rwxr-xr-x | docker-classic/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-classic/Dockerfile b/docker-classic/Dockerfile new file mode 100755 index 0000000..694ab6e --- /dev/null +++ b/docker-classic/Dockerfile @@ -0,0 +1,4 @@ +FROM ubuntu:20.04 +COPY hbbs /usr/bin/hbbs +COPY hbbr /usr/bin/hbbr +WORKDIR /root |