You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apt-get install -y wget python2 python-setuptools python3 python3-pip
RUN wget https://golang.org/dl/go1.15.6.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.15.6.linux-amd64.tar.gz && export PATH=$PATH:/usr/local/go/bin && go version
RUN chmod +x reconizer.sh
RUN echo "export PATH=$PATH:~/go/bin" | tee -a ~/.bashrc