Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Trommler
ci-images
Commits
99ce236c
Commit
99ce236c
authored
Sep 17, 2019
by
Ben Gamari
🐢
Browse files
Fix centos7 bindist name
parent
c37db2e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
x86_64-linux-centos7/Dockerfile
View file @
99ce236c
...
...
@@ -33,7 +33,7 @@ RUN sed -i -e 's/systemd//g' /etc/nsswitch.conf
WORKDIR
/tmp
# Install GHC and cabal
ENV
GHC_VERSION 8.6.5
RUN
curl https://downloads.haskell.org/~ghc/
$GHC_VERSION
/ghc-
$GHC_VERSION
-x86_64-centos7
0
-linux
.tar.xz |
tar
-Jx
RUN
curl https://downloads.haskell.org/~ghc/
$GHC_VERSION
/ghc-
$GHC_VERSION
-x86_64-centos7-linux
.tar.xz |
tar
-Jx
WORKDIR
/tmp/ghc-$GHC_VERSION
RUN
./configure
--prefix
=
/opt/ghc/
$GHC_VERSION
&&
make
install
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment