0c48bc0746
* refactor: enable QA tests and jafar self test Part of https://github.com/ooni/probe/issues/1335 * chore: make sure all workflows run on release branches
3 lines
95 B
Docker
3 lines
95 B
Docker
FROM golang:1.14-alpine
|
|
RUN apk add go git musl-dev iptables tmux bind-tools curl sudo python3
|