Fix Dockerfile

This commit is contained in:
Ethan Frey
2020-05-06 20:26:50 +02:00
parent 3f3eb3ef5c
commit cc827a4a00

View File

@@ -21,7 +21,8 @@ RUN make install
# Install libgo_cosmwasm.so to a shared directory where it is readable by all users
# See https://github.com/CosmWasm/wasmd/issues/43#issuecomment-608366314
RUN cp /go/pkg/mod/github.com/CosmWasm/go-cosmwasm@v*/api/libgo_cosmwasm.so /lib/x86_64-linux-gnu
# Note that CosmWasm gets turned into !cosm!wasm in the pkg/mod cache
RUN cp /go/pkg/mod/github.com/\!cosm\!wasm/go-cosmwasm@v*/api/libgo_cosmwasm.so /lib/x86_64-linux-gnu
COPY docker/* /opt/
RUN chmod +x /opt/*.sh