packer: tweak Dockerfile

This commit is contained in:
Kyle Isom 2023-04-09 21:19:33 -07:00
parent 6c65837bd4
commit 7267e2a727
2 changed files with 8 additions and 6 deletions

View File

@ -21,6 +21,7 @@
## Documentation ## Documentation
- sphinx docs? - meta
- with bazel integration? - sphinx docs?
- functional specs for everything - with bazel integration?
- functional specs for everything

View File

@ -2,9 +2,10 @@
FROM ubuntu:22.04 FROM ubuntu:22.04
LABEL org.opencontainers.image.authors=kyle@imap.cc LABEL org.opencontainers.image.authors=kyle@imap.cc
ONBUILD RUN apt-get update && apt-get install git ONBUILD RUN apt-get update && apt-get install git bash
ONBUILD RUN git clone https://git.wntrmute.dev/kyle/bladerunner
ONBUILD RUN bladerunner/tools/install-go.sh RUN git clone https://git.wntrmute.dev/kyle/bladerunner
RUN bladerunner/tools/install-go.sh
ADD . packer ADD . packer