Skip to content

Commit

Permalink
Install gcompat package (#131)
Browse files Browse the repository at this point in the history
* Add compact package

so we can run glibc-based programs, which includes bun

* Add gcompat to 8.0

* Add gcompat to 8.1
  • Loading branch information
Synchro authored Sep 19, 2023
1 parent 8e21b8e commit f523fb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apk add --no-cache \
freetype-dev \
g++ \
gcc \
gcompat \
git \
icu-dev \
icu-libs \
Expand Down
1 change: 1 addition & 0 deletions 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apk add --no-cache \
freetype-dev \
g++ \
gcc \
gcompat \
git \
icu-dev \
icu-libs \
Expand Down
1 change: 1 addition & 0 deletions 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apk add --no-cache \
freetype-dev \
g++ \
gcc \
gcompat \
git \
icu-dev \
icu-libs \
Expand Down

0 comments on commit f523fb1

Please sign in to comment.