This commit is contained in:
Adam Shamblin
2023-02-20 16:06:38 -07:00
parent f224fb90ef
commit 6e0673a385

View File

@@ -13,7 +13,7 @@ deps-base:
deps-capnp: deps-capnp:
FROM +deps-base FROM +deps-base
COPY scripts/earthly/install_capnproto.sh / COPY scripts/earthly/install_capnproto.sh /
RUN /bin/bash /install_capnproto.sh; rm /install_capnproto.sh 1 RUN /bin/bash /install_capnproto.sh 1; rm /install_capnproto.sh
# Install protoc # Install protoc
deps-protoc: deps-protoc: