diff --git a/Dockerfile b/Dockerfile index cabac1f4..33d7a201 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN \ case "${TARGETPLATFORM}" in \ 'linux/arm64' | 'linux/arm/v7') \ apk update && \ - apk add --no-cache python3 make g++ gcc libc6-compat bash && \ + apk add --no-cache python3 make g++ gcc libc6-compat bash \ ;; \ esac