diff --git a/TODO.md b/TODO.md index daba850..6a4a525 100644 --- a/TODO.md +++ b/TODO.md @@ -21,6 +21,7 @@ ## Documentation -- sphinx docs? - - with bazel integration? -- functional specs for everything \ No newline at end of file +- meta + - sphinx docs? + - with bazel integration? +- functional specs for everything diff --git a/packer/Dockerfile b/packer/Dockerfile index 318954c..7187f4d 100644 --- a/packer/Dockerfile +++ b/packer/Dockerfile @@ -2,9 +2,10 @@ FROM ubuntu:22.04 LABEL org.opencontainers.image.authors=kyle@imap.cc -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 +ONBUILD RUN apt-get update && apt-get install git bash + +RUN git clone https://git.wntrmute.dev/kyle/bladerunner +RUN bladerunner/tools/install-go.sh ADD . packer