forked from sgerrand/docker-glibc-builder
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c6c060
commit e17764a
Showing
4 changed files
with
11 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
FROM arm32v7/ubuntu:16.04 | ||
MAINTAINER Sasha Gerrand <[email protected]> | ||
ENV PREFIX_DIR /usr/glibc-compat | ||
ENV GLIBC_VERSION 2.25 | ||
ENV GLIBC_VERSION 2.27 | ||
RUN apt-get -q update \ | ||
&& apt-get -qy install build-essential wget openssl gawk | ||
&& apt-get -qy install bison build-essential wget openssl gawk | ||
COPY configparams /glibc-build/configparams | ||
COPY builder /builder | ||
ENTRYPOINT ["/builder"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters