Skip to content

Commit 873e470

Browse files
committed
Update docker builder dependencies
1 parent 10bc2b0 commit 873e470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/builder.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ ENV PATH=./node_modules/.bin:$PATH
66
# npm doesn't normally like running as root, allow it since we're in docker
77
RUN npm config set unsafe-perm true
88

9-
RUN apt-get update && apt-get install -y --no-install-recommends git=1:2.11.0-3+deb9u4 binutils=2.28-5 software-properties-common=0.96.20.2-1 \
9+
RUN apt-get update && apt-get install -y --no-install-recommends git=1:2.11.0-3+deb9u5 binutils=2.28-5 software-properties-common=0.96.20.2-1 \
1010
apt-transport-https=1.4.9 unzip=6.0-21+deb9u2 faketime=0.9.6-7+b1 fuse=2.9.7-1+deb9u2 disorderfs=0.5.1-1+b1
1111

1212
# Wine for Electron Windows builds
1313
# copied from https://github.com/electron-userland/electron-builder/blob/master/docker/wine/Dockerfile
1414
RUN dpkg --add-architecture i386 \
1515
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv-keys D43F640145369C51D786DDEA76F1A20FF987672F \
1616
&& apt-add-repository https://dl.winehq.org/wine-builds/debian \
17-
&& apt-get update && apt-get install -y --no-install-recommends winehq-stable=4.0.3~stretch
17+
&& apt-get update && apt-get install -y --no-install-recommends winehq-stable=5.0.0~stretch
1818
ENV WINEDEBUG -all,err+all
1919
ENV WINEDLLOVERRIDES winemenubuilder.exe=d
2020

@@ -29,7 +29,7 @@ ENV ANDROID_HOME=/root/sdktools
2929
ENV PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin:$ANDROID_HOME/platform-tools:/root/gradle-4.1/bin
3030
WORKDIR /root
3131
# Java 8 (OpenJDK)
32-
RUN apt-get install -y --no-install-recommends openjdk-8-jdk-headless=8u232-b09-1~deb9u1
32+
RUN apt-get install -y --no-install-recommends openjdk-8-jdk-headless=8u242-b08-1~deb9u1
3333

3434
# Android SKD tools
3535
RUN wget -q -O sdktools.zip https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip \

0 commit comments

Comments
 (0)