Skip to content
Snippets Groups Projects
Commit 2d587504 authored by SAM CARPENTER's avatar SAM CARPENTER
Browse files

overwrite dockerfile with old dockerfile

parent 768b709b
No related branches found
No related tags found
1 merge request!57Python Addition
......@@ -35,20 +35,7 @@ tzdata \
unixodbc \
unzip \
wget \
libidn11 \
pipx
# all this to run python properly
RUN pipx ensurepath
ENV PATH="$PATH:/root/.local/bin"
RUN pipx install awscli
#RUN apt-get install -y python3
#RUN python3 --version
# set 'python' command to refer to python3
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
libidn11
RUN ln -fs /usr/share/zoneinfo/$TZ /etc/localtime \
&& dpkg-reconfigure -f noninteractive tzdata
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment