Skip to content
Snippets Groups Projects
Commit e125d8db authored by inso's avatar inso
Browse files

Update Dockerfile

parent 9d78bd52
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -47,6 +47,7 @@ RUN git clone https://github.com/pyenv/pyenv.git /builder/.pyenv && \
PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install --force 3.6.4
# Entry point
USER root
COPY bootstrap.sh /root/bootstrap.sh
RUN chmod u+x /root/bootstrap.sh
ENTRYPOINT ["/root/bootstrap.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment