Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Apr 28, 2024
1 parent c886f30 commit 34b3aa7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 34b3aa7

Please sign in to comment.