We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b05ff4 commit c69f461Copy full SHA for c69f461
Dockerfile.ci
@@ -6,3 +6,5 @@ RUN cargo install cargo-binutils rustfilt && \
6
rustup component add llvm-tools-preview
7
RUN pip3 install psycopg2 && \
8
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