From 34b3aa74d7ae8bc8c64035a850ba5cb3cacec1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Sun, 28 Apr 2024 20:09:20 +0200 Subject: [PATCH] fixup --- test/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/Dockerfile b/test/Dockerfile index 04f238f2a878..9e6fe20f800d 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -1,11 +1,7 @@ ARG IMAGE=ghcr.io/mullvad/mullvadvpn-app-build:latest FROM $IMAGE -RUN apt update -y && \ - apt install -y mtools && \ - rm -rf /var/lib/apt/lists/* - RUN rustup target add x86_64-pc-windows-gnu RUN apt-get update && apt-get install -y \ - pkg-config libssl-dev libpcap-dev + mtools pkg-config libssl-dev libpcap-dev