adding in bazel build
Trying to get Bazel to build containers.
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
FROM ubuntu:22.04
|
||||
LABEL org.opencontainers.image.authors=kyle@imap.cc
|
||||
|
||||
ONBUILD RUN apt-get update && apt-get install git bash
|
||||
|
||||
RUN apt-get update && apt-get -y install git curl sudo
|
||||
RUN git clone https://git.wntrmute.dev/kyle/bladerunner
|
||||
RUN bladerunner/tools/install-go.sh
|
||||
|
||||
ADD . packer
|
||||
WORKDIR packer
|
||||
RUN ./install-packer.sh
|
||||
|
||||
ENTRYPOINT ["/usr/bin/env", "bash"]
|
||||
|
||||
Reference in New Issue
Block a user