Skip to content

Commit 88bab5c

Browse files
committed
update dockerfile for windows building
1 parent 6ee097b commit 88bab5c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ RUN apt-get update && apt-get -y install \
1010
less \
1111
bat \
1212
vim \
13-
neofetch
13+
neofetch \
14+
mingw-w64 \
15+
mingw-w64-tools \
16+
binutils-mingw-w64
1417

1518
WORKDIR /root/tiny_wine

test_loop.sh

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ set -e
55
for i in {1..10000}; do
66
echo "Running $i"
77
./loader_test.sh
8+
./winloader_test.sh
89
done

0 commit comments

Comments
 (0)