Skip to content

Commit

Permalink
Add libc6-dev to fix gcc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Nov 29, 2023
1 parent 35ebc47 commit 1731b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ RUN apt-get update \

# Update and install packages for SC2 development environment
# gcc to compile packages
# libc6-dev required by gcc: /usr/local/include/python3.12/Python.h:23:12: fatal error: stdlib.h: No such file or directory
# git, unzip and wget for download and extraction
# rename to rename maps
# tree for debugging
RUN apt-get install --assume-yes --no-install-recommends --no-show-upgraded \
gcc \
libc6-dev \
git \
unzip \
wget \
Expand Down

0 comments on commit 1731b1d

Please sign in to comment.