Removed unused code in Dockerfile

This commit is contained in:
Harald Kube 2021-03-13 22:28:07 +01:00
parent dd09848a3d
commit 23991e645e

View file

@ -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