cycles-quartz/docker/neutrond/Dockerfile
dusterbloom 864da77405
devX: Docker compose for neutron + quartz cli (#248)
Co-authored-by: Juan Enrique Alcaraz <juanenrisley@gmail.com>
2024-10-10 14:41:16 +02:00

10 lines
250 B
Docker

FROM golang:1.22-bullseye
RUN apt-get update && apt-get install -y jq && \
git clone https://github.com/neutron-org/neutron.git /root/neutron && \
cd /root/neutron && make install-test-binary
COPY data /root/
CMD bash /root/entrypoint.sh