aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
Diffstat (limited to 'linux')
-rw-r--r--linux/Dockerfile1
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...