Mercurial > code > home > repos > reposync
diff Dockerfile @ 16:db4037285592 main master
update deps, some ide setup
author | drewp@bigasterisk.com |
---|---|
date | Fri, 27 Aug 2021 13:40:49 -0700 |
parents | f714a6a7842c |
children | a4778c56cc03 |
line wrap: on
line diff
--- a/Dockerfile Sat Jul 17 00:17:56 2021 -0700 +++ b/Dockerfile Fri Aug 27 13:40:49 2021 -0700 @@ -2,6 +2,7 @@ WORKDIR /opt +RUN echo 2021-07-22 && apt-get update RUN apt-get install -y python3.8 libpython3.8-dev python3-openssl python3-cffi-backend RUN python3.8 -m pip install mercurial @@ -24,4 +25,4 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone -CMD ["/bin/sh", "entrypoint.sh"] \ No newline at end of file +CMD ["/bin/sh", "entrypoint.sh"]