Remove duplicate instruction (#4796)

This commit is contained in:
Josh 2018-07-30 10:28:39 -07:00 committed by John MacFarlane
parent be2d7921cb
commit bf56181204

View file

@ -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...