packer: tweak Dockerfile
This commit is contained in:
parent
6c65837bd4
commit
7267e2a727
7
TODO.md
7
TODO.md
|
@ -21,6 +21,7 @@
|
|||
|
||||
## Documentation
|
||||
|
||||
- sphinx docs?
|
||||
- with bazel integration?
|
||||
- functional specs for everything
|
||||
- meta
|
||||
- sphinx docs?
|
||||
- with bazel integration?
|
||||
- functional specs for everything
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue