Quick updates to the TODO

This commit is contained in:
2023-04-09 20:05:28 -07:00
parent 7a832caa8f
commit 6c65837bd4
2 changed files with 18 additions and 4 deletions

View File

@@ -1,7 +1,11 @@
# Set up a packer image in Docker.
FROM ubuntu:22.04
MAINTAINER Kyle Isom <kyle@imap.cc>
LABEL org.opencontainers.image.authors=kyle@imap.cc
add . packer
ONBUILD RUN apt-get update && apt-get install git
ONBUILD RUN git clone https://git.wntrmute.dev/kyle/bladerunner
ONBUILD RUN bladerunner/tools/install-go.sh
ADD . packer
ENTRYPOINT ["/usr/bin/env", "bash"]