From b32c1897514bc1730e5dd09f006fd2b2cff871fc Mon Sep 17 00:00:00 2001 From: Sergey Date: Thu, 16 Nov 2023 17:27:05 +0200 Subject: [PATCH] reformat hyperskill-gcc (#11) --- epicbox-hyperskill/gcc/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/epicbox-hyperskill/gcc/Dockerfile b/epicbox-hyperskill/gcc/Dockerfile index bc6f159..8a301f6 100644 --- a/epicbox-hyperskill/gcc/Dockerfile +++ b/epicbox-hyperskill/gcc/Dockerfile @@ -1,4 +1,4 @@ -FROM hyperskill.azurecr.io/epicbox/debian:bullseye +FROM debian:bullseye ENV GCC_VERSION 10.2.1-1 @@ -11,6 +11,7 @@ RUN apt-get update \ gcc-multilib=4:${GCC_VERSION} \ g++=4:${GCC_VERSION} \ make \ + openjdk-17-jdk \ python3 \ python3-dev \ python3-pip \