Skip to content

Commit da1734e

Browse files
committed
feat(docker): upgrade to zesty
1 parent 66771d3 commit da1734e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docker/base/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:yakkety-curl
1+
FROM buildpack-deps:zesty-curl
22

33
# rpm is required for FPM to build rpm package
44
# yasm is required to build p7zip
@@ -19,8 +19,9 @@ ENV DEBUG_COLORS true
1919
ENV FORCE_COLOR true
2020
ENV DEBIAN_FRONTEND noninteractive
2121

22+
# locales for locale-gen
2223
RUN curl -L https://yarnpkg.com/latest.tar.gz | tar xvz && mv dist /yarn && apt-get update -y && apt-get upgrade -y && \
23-
apt-get install --no-install-recommends -y xvfb git snapcraft qtbase5-dev xorriso bsdtar build-essential autoconf libssl-dev icnsutils libopenjp2-7 graphicsmagick gcc-multilib g++-multilib libgnome-keyring-dev lzip rpm yasm python libcurl3 && \
24+
apt-get install --no-install-recommends -y locales xvfb git snapcraft qtbase5-dev xorriso bsdtar build-essential autoconf libssl-dev icnsutils libopenjp2-7 graphicsmagick gcc-multilib g++-multilib libgnome-keyring-dev lzip rpm yasm python libcurl3 && \
2425
curl -O http://mirrors.kernel.org/ubuntu/pool/universe/libi/libicns/libicns1_0.8.1-3.1_amd64.deb && dpkg --install libicns1_0.8.1-3.1_amd64.deb && unlink libicns1_0.8.1-3.1_amd64.deb && \
2526
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list && \
2627
apt-get update && apt-get install -y google-chrome-stable && \

docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
docker build -t electronuserland/electron-builder:base docker/base
55

6-
docker build -t electronuserland/electron-builder:7 -t electronuserland/electron-builder:latest docker/7
6+
docker build -t electronuserland/electron-builder:8 -t electronuserland/electron-builder:latest docker/8
77
docker build -t electronuserland/electron-builder:6 docker/6
88

99
docker build -t electronuserland/electron-builder:wine docker/wine

0 commit comments

Comments
 (0)