Skip to content

Instantly share code, notes, and snippets.

@sdaaish
Created August 28, 2021 14:09
Show Gist options
  • Save sdaaish/794865ae373b42265c3d12725e9dbdd0 to your computer and use it in GitHub Desktop.
Save sdaaish/794865ae373b42265c3d12725e9dbdd0 to your computer and use it in GitHub Desktop.
FROM alpine:latest
RUN apk update && \
apk add git make && \
git clone https://github.com/mitmproxy/mitmproxy.git /src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment