tillitis-key/contrib/Makefile
Matthew Mets 1d7a8cd506 Reduce final Docker image size
This brings it back to 2.2GB:
docker image ls
REPOSITORY   TAG       IMAGE ID       CREATED                  SIZE
key1         latest    7456feccd2fd   Less than a second ago   2.22GB
2022-09-20 14:24:59 +02:00

6 lines
133 B
Makefile

build:
docker build -t key1 .
run:
docker run --mount type=bind,source="`pwd`/../",target=/build -w /build -it key1 /usr/bin/bash