[ci] debugging
This commit is contained in:
parent
9e02c93bd4
commit
10daa5ee37
|
@ -2,7 +2,7 @@ FROM ubuntu:20.04
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get update && apt-get install --no-install-recommends software-properties-common -y
|
RUN apt-get update && apt-get install --no-install-recommends software-properties-common -y
|
||||||
# 18.04 includes 2.17 but github requires 2.18+ to support submodules.
|
# 18.04 includes 2.17 but github requires 2.18+ to support submodules.
|
||||||
RUN add-apt-repository ppa:git-core/ppa
|
#RUN add-apt-repository ppa:git-core/ppa
|
||||||
ADD .github/workflows/install_dependencies_run.sh install_dependencies_run.sh
|
ADD .github/workflows/install_dependencies_run.sh install_dependencies_run.sh
|
||||||
RUN bash install_dependencies_run.sh
|
RUN bash install_dependencies_run.sh
|
||||||
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||||
|
|
Loading…
Reference in New Issue