Skip to content

Commit

Permalink
use pipenv script for citus_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Aug 24, 2023
1 parent 26f67a7 commit ae9b13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ RUN sudo apt update \
vim \
&& sudo apt clean

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

# add some common tools to the final container
# bin directory for user tools
Expand All @@ -151,7 +151,7 @@ ENV PATH="/home/citus/.bin:${PATH}"
# 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 ) \
&& ln -s /home/citus/citus-tools/citus_dev/citus_dev .bin/ \
&& ln -s /home/citus/citus-tools/citus_dev/citus_dev-pipenv .bin/citus_dev \
&& sudo make -C citus-tools/uncrustify install bindir=/usr/local/bin pkgsysconfdir=/usr/local/etc/

# TODO some LC_ALL errors, possibly solved by locale-gen
Expand Down

0 comments on commit ae9b13b

Please sign in to comment.