diff options
author | Josh <joshuajmark@gmail.com> | 2018-07-30 10:28:39 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-07-30 10:28:39 -0700 |
commit | bf56181204a6e5df919da24006ef8a58b595f76a (patch) | |
tree | 5a7f296add1151cbf8cbd2e6fd3572a39c0a1084 /linux | |
parent | be2d7921cbf33a3aa839cd54a0b3ec0a7dfc4a9b (diff) | |
download | pandoc-bf56181204a6e5df919da24006ef8a58b595f76a.tar.gz |
Remove duplicate instruction (#4796)
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/Dockerfile b/linux/Dockerfile index 9b4c03ece..e25ff3f1c 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -1,7 +1,6 @@ # USE ALPINE LINUX FROM alpine RUN apk update -RUN apk update RUN apk add alpine-sdk git ca-certificates ghc gmp-dev zlib-dev bash dpkg fakeroot # GRAB A RECENT BINARY OF STACK # Note that 1.6.5 is the last one with a static binary... |