This commit is contained in:
Adam Shamblin 2023-02-20 16:06:38 -07:00
parent f224fb90ef
commit 6e0673a385
No known key found for this signature in database
GPG Key ID: 22E0BC8E6B4D8C8E

View File

@ -13,7 +13,7 @@ deps-base:
deps-capnp:
FROM +deps-base
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
deps-protoc: