diff --git a/Dockerfile b/Dockerfile index e779d7b..60abf55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,9 @@ FROM ubuntu:20.04 LABEL maintainer="Max Regan " LABEL description="Container with ARM embedded cross toolchain" -RUN apt update && \ - apt upgrade -y && \ - apt install -y \ +RUN apt-get update && \ + apt-get upgrade -y && \ + apt-get install -y \ # Development files build-essential \ git \