diff --git a/Dockerfile b/Dockerfile index 4ef2391..72d74a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG TEST_PACKAGES_ARG ARG CODECOV_TOKEN_ARG RUN apt-get update && \ - apt-get install -y build-base git curl bash jq && \ + apt-get install -y build-essential git curl bash jq && \ curl -L -o /usr/local/bin/codecov https://github.com/codecov/codecov-cli/releases/download/v0.7.5/codecovcli_alpine_x86_64 && \ chmod +x /usr/local/bin/codecov && \ cd /opt/ && \