From 7267e2a7273f5d3d17919c942ef08e3fbc3463fe Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sun, 9 Apr 2023 21:19:33 -0700 Subject: [PATCH] packer: tweak Dockerfile --- TODO.md | 7 ++++--- packer/Dockerfile | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) 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