diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-09-04 21:54:53 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-09-04 21:54:53 -0700 |
commit | d02518bf1b8e831136626f5909b8e45fcbfb2ad1 (patch) | |
tree | af3afe1747941835cc7f21c986c0dd2fcfe4939f | |
parent | c09b586147d607f645a639a47c7781e8d8655e20 (diff) | |
download | pandoc-d02518bf1b8e831136626f5909b8e45fcbfb2ad1.tar.gz |
Make sure bash is available in linux package build environment.
-rw-r--r-- | linux/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Dockerfile b/linux/Dockerfile index c347d4ccc..91df3b8a2 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -5,7 +5,7 @@ ADD https://raw.githubusercontent.com/mitchty/alpine-ghc/master/mitch.tishmack%4 /etc/apk/keys/mitch.tishmack@gmail.com-55881c97.rsa.pub RUN apk update RUN apk add alpine-sdk git ca-certificates ghc cabal stack zlib-dev \ - dpkg fakeroot sed gawk grep linux-headers + dpkg fakeroot sed gawk grep bash linux-headers RUN stack update RUN stack config set system-ghc --global true RUN mkdir -p /etc/stack |