diff --git a/services/api-gateway/Dockerfile b/services/api-gateway/Dockerfile
index b2a18512b3d3f7d15f0fe6ac61a91778c13a34bb..9831186357cd11ff73ee57480bba9401726b022c 100644
--- a/services/api-gateway/Dockerfile
+++ b/services/api-gateway/Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get install -y nano telnet unzip wget openssh-server sudo curl
 RUN apt-get install -y build-essential python-dev git-core
 
 # Download get-pip script
-RUN curl -O https://bootstrap.pypa.io/get-pip.py
+RUN curl -O https://bootstrap.pypa.io/pip/3.6/get-pip.py
 
 # Install Python3 and Pip3 (python3-distutils required for pip3)
 RUN apt-get install python3 python3-distutils -y