Skip to content

Commit

Permalink
trying bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-at-startupmedia committed Oct 13, 2024
1 parent af97d45 commit 1ac90b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ && \
Expand Down

0 comments on commit 1ac90b8

Please sign in to comment.