Browse Source

minimal docker classic images

paspo 2 years ago
parent
commit
8b7f3491b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-classic/Dockerfile

+ 1 - 1
docker-classic/Dockerfile

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