mirror of https://github.com/citusdata/citus.git
bump container
parent
6780dccffd
commit
603cdf62b0
|
@ -107,7 +107,7 @@ RUN make install DESTDIR=/uncrustify
|
||||||
|
|
||||||
FROM base AS pipenv
|
FROM base AS pipenv
|
||||||
|
|
||||||
RUN sudo pip3 install pipenv
|
RUN sudo pip3 install pipenv pipenv-shebang
|
||||||
|
|
||||||
WORKDIR /workspaces/citus/
|
WORKDIR /workspaces/citus/
|
||||||
COPY src/ src/
|
COPY src/ src/
|
||||||
|
@ -148,6 +148,8 @@ RUN sudo pip3 install pipenv pipenv-shebang
|
||||||
RUN mkdir .bin
|
RUN mkdir .bin
|
||||||
ENV PATH="/home/citus/.bin:${PATH}"
|
ENV PATH="/home/citus/.bin:${PATH}"
|
||||||
|
|
||||||
|
RUN echo "cache buster 1"
|
||||||
|
|
||||||
# install citus-dev
|
# install citus-dev
|
||||||
RUN git clone --branch feature/citus-dev-pipenv-shebang https://github.com/citusdata/tools.git citus-tools \
|
RUN git clone --branch feature/citus-dev-pipenv-shebang https://github.com/citusdata/tools.git citus-tools \
|
||||||
&& ( cd citus-tools/citus_dev && pipenv install ) \
|
&& ( cd citus-tools/citus_dev && pipenv install ) \
|
||||||
|
|
Loading…
Reference in New Issue