Skip to content

Commit

Permalink
remove rust and trunk from docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed May 21, 2024
1 parent 5bc3ee0 commit 85a58d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions timeseries-pg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ RUN apt-get update \

WORKDIR /timeseries

# Install Rust dependencies
USER root
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN $HOME/.cargo/bin/rustup default stable
# install trunk cli
RUN $HOME/.cargo/bin/cargo install pg-trunk
# install all extensions
RUN git clone https://github.com/citusdata/pg_cron.git && \
cd pg_cron && \
Expand Down

0 comments on commit 85a58d4

Please sign in to comment.