From 1c99237ea35c0ff6ae8dfaede3fedb8bdbdcf195 Mon Sep 17 00:00:00 2001 From: Konrad Botor <kbotor@syncad.com> Date: Fri, 26 May 2023 11:37:47 +0200 Subject: [PATCH] Added gcc to tox-test runner --- Dockerfile.tox-test-runner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tox-test-runner b/Dockerfile.tox-test-runner index 69335b4..c59c570 100644 --- a/Dockerfile.tox-test-runner +++ b/Dockerfile.tox-test-runner @@ -3,7 +3,7 @@ FROM python:3.11.0-alpine3.17 RUN <<-EOF # Install system dependencies - apk add --no-cache bash git curl + apk add --no-cache bash git curl gcc # Install Python dependencies pip3 install tox -- GitLab