From 23991e645e655319a47a03451087f661d2478893 Mon Sep 17 00:00:00 2001 From: Harald Kube Date: Sat, 13 Mar 2021 22:28:07 +0100 Subject: [PATCH] Removed unused code in Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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