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
- sphinx docs?
- with bazel integration?
- functional specs for everything
- meta
- sphinx docs?
- with bazel integration?
- functional specs for everything

View File

@ -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