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