minimal docker classic images

This commit is contained in:
paspo 2023-12-07 08:15:00 +01:00
parent 27ac9dec56
commit 8b7f3491b1
No known key found for this signature in database
GPG Key ID: 06D46905D19D5182

View File

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