diff options
Diffstat (limited to 'test/Dockerfile')
| -rw-r--r-- | test/Dockerfile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/test/Dockerfile b/test/Dockerfile index 59aa5bb776..23dcdc4b5b 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -1,6 +1,2 @@ -FROM debian:stable - -RUN apt-get update && apt-get install -y \ - gcc curl libdbus-1-dev protobuf-compiler -RUN curl https://sh.rustup.rs -sSf | sh -s -- -y -ENV PATH="/root/.cargo/bin:${PATH}" +ARG IMAGE=ghcr.io/mullvad/mullvadvpn-app-build:latest +FROM $IMAGE |
