Skip to content

Commit

Permalink
bump container
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Aug 29, 2023
1 parent 3704993 commit ca64edb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN make install DESTDIR=/uncrustify

FROM base AS pipenv

RUN sudo pip3 install pipenv
RUN sudo pip3 install pipenv pipenv-shebang

WORKDIR /workspaces/citus/
COPY src/ src/
Expand Down Expand Up @@ -148,6 +148,8 @@ RUN sudo pip3 install pipenv pipenv-shebang
RUN mkdir .bin
ENV PATH="/home/citus/.bin:${PATH}"

RUN echo "cache buster 1"

# install citus-dev
RUN git clone --branch feature/citus-dev-pipenv-shebang https://github.com/citusdata/tools.git citus-tools \
&& ( cd citus-tools/citus_dev && pipenv install ) \
Expand Down

0 comments on commit ca64edb

Please sign in to comment.