diff --git a/Dockerfile b/Dockerfile index 9deca5d..0fa34ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive # hadolint ignore=DL3008,DL3028 RUN apt-get update \ - && apt remove python3 -y \ + && apt-get remove python3 -y \ && apt-get -y --no-install-recommends install \ build-essential \ wget \