Skip to content

Commit

Permalink
reformat hyperskill-gcc (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
polischuks authored Nov 16, 2023
1 parent 9211a2f commit b32c189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion epicbox-hyperskill/gcc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hyperskill.azurecr.io/epicbox/debian:bullseye
FROM debian:bullseye

ENV GCC_VERSION 10.2.1-1

Expand All @@ -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 \
Expand Down

0 comments on commit b32c189

Please sign in to comment.