From 438ef16a47761adf75642965d2bdf160fc9bf308 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 25 Nov 2018 21:18:12 +0100 Subject: [PATCH] Typo. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2614df0..3a6d2f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apk add --no-cache --virtual .build-deps \ && python -m setup install \ \ # Get shash - cd / \ + && cd / \ && wget ftp://mcrypt.hellug.gr/pub/mcrypt/shash/shash-0.2.6.tar.gz \ && tar xvzf shash-0.2.6.tar.gz \ && cd shash-0.2.6 && make && make install \