mirror of
https://github.com/MatthewL246/mitmproxy-pretendo.git
synced 2026-09-07 19:05:19 -05:00
Use recommended apt order
This commit is contained in:
@@ -16,8 +16,9 @@ FROM mitmproxy/mitmproxy:latest AS openssl-build
|
||||
ARG openssl_version openssl_dir openssl_config_dir cryptography_dir
|
||||
|
||||
# Install build dependencies
|
||||
RUN apt update
|
||||
RUN apt install -y curl build-essential libffi-dev pkg-config
|
||||
RUN apt update && \
|
||||
apt install -y \
|
||||
curl build-essential libffi-dev pkg-config
|
||||
RUN curl https://sh.rustup.rs | sh -s -- -y
|
||||
|
||||
# Download and compile OpenSSL
|
||||
|
||||
Reference in New Issue
Block a user