diff --git a/Dockerfile b/Dockerfile index 018b4c2..4beec29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM rust:1.50-slim -# RUN apk add --no-cache musl-dev binutils-arm-none-eabi RUN apt-get update RUN apt-get -y upgrade RUN apt-get -y install binutils-arm-linux-gnueabihf musl-dev