py27 compat fixes

This commit is contained in:
Manuel Barkhau 2018-12-09 15:57:04 +01:00
parent 2017a773b6
commit 00fdabed32
7 changed files with 43 additions and 7 deletions

View file

@ -59,5 +59,7 @@ RUN conda clean --all --yes && \
FROM registry.gitlab.com/mbarkhau/bootstrapit/root
RUN apt-get install --yes mercurial;
COPY --from=builder /opt/conda/ /opt/conda/
COPY --from=builder /vendor/ /vendor