Skip to content

Commit c69f461

Browse files
authored
Bake toxiproxy into CI image (#323)
Instead of downloading Toxiproxy everytime we run CI, we bake it into the CI docker image
1 parent 2b05ff4 commit c69f461

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.ci

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ RUN cargo install cargo-binutils rustfilt && \
66
rustup component add llvm-tools-preview
77
RUN pip3 install psycopg2 && \
88
sudo gem install bundler
9+
RUN wget -O toxiproxy-2.4.0.deb https://github.com/Shopify/toxiproxy/releases/download/v2.4.0/toxiproxy_2.4.0_linux_$(dpkg --print-architecture).deb && \
10+
sudo dpkg -i toxiproxy-2.4.0.deb

0 commit comments

Comments
 (0)