-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from ccheraa/docker-build-env
Docker build env able to build again
- Loading branch information
Showing
5 changed files
with
519 additions
and
482 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
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 |
---|---|---|
|
@@ -3,9 +3,13 @@ FROM centos:7 | |
LABEL maintainer="Evolved Binary Ltd <[email protected]>" | ||
|
||
RUN yum -y update && \ | ||
yum -y install centos-release-scl && \ | ||
yum-config-manager --enable rhel-server-rhscl-7-rpms && \ | ||
yum -y install devtoolset-8-gcc devtoolset-8-gcc-c++ && \ | ||
source scl_source enable devtoolset-8 && \ | ||
yum -y install epel-release && \ | ||
yum -y install gcc-c++ make python-pip ruby-devel ruby-gems && \ | ||
yum -y install libxkbfile-devel libX11-devel && \ | ||
yum -y install libxkbfile-devel libX11-devel libsecret && \ | ||
yum -y install openssl wget && \ | ||
yum -y install https://harbottle.gitlab.io/wine32/7/i386/wine32-release.rpm && \ | ||
yum -y install wine.i686 && \ | ||
|
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
Oops, something went wrong.