File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ ENV PATH=./node_modules/.bin:$PATH
6
6
# npm doesn't normally like running as root, allow it since we're in docker
7
7
RUN npm config set unsafe-perm true
8
8
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 \
10
10
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
11
11
12
12
# Wine for Electron Windows builds
13
13
# copied from https://github.com/electron-userland/electron-builder/blob/master/docker/wine/Dockerfile
14
14
RUN dpkg --add-architecture i386 \
15
15
&& apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv-keys D43F640145369C51D786DDEA76F1A20FF987672F \
16
16
&& 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
18
18
ENV WINEDEBUG -all,err+all
19
19
ENV WINEDLLOVERRIDES winemenubuilder.exe=d
20
20
@@ -29,7 +29,7 @@ ENV ANDROID_HOME=/root/sdktools
29
29
ENV PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin:$ANDROID_HOME/platform-tools:/root/gradle-4.1/bin
30
30
WORKDIR /root
31
31
# 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
33
33
34
34
# Android SKD tools
35
35
RUN wget -q -O sdktools.zip https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip \
You can’t perform that action at this time.
0 commit comments