mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
fix typo
This commit is contained in:
parent
f224fb90ef
commit
6e0673a385
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user