Remove unneeded libs from rust build

This commit is contained in:
Ethan Frey
2020-07-27 20:25:46 +02:00
parent 2e5c6d1678
commit 08aef4a650

View File

@@ -3,8 +3,6 @@
FROM cosmwasm/go-ext-builder:0.8.2-alpine AS rust-builder
RUN apk add git
# without this, build with LEDGER_ENABLED=false
RUN apk add libusb-dev linux-headers
# copy all code into /code
WORKDIR /code