From 9084792db033ccbe79beead19e655a3561dd8503 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 25 Sep 2018 04:33:45 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6acd754f..c6b6fb7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt update && apt upgrade -y && apt install python3.7-dev -y RUN curl --silent https://bootstrap.pypa.io/get-pip.py | python3.7 # Backwards compatility. -RUN rm -fr /usr/bin/python3 & ln /usr/bin/python3.7 /usr/bin/python3 +RUN rm -fr /usr/bin/python3 && ln /usr/bin/python3.7 /usr/bin/python3 RUN pip3 install pipenv