File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM buildpack-deps:yakkety -curl
1
+ FROM buildpack-deps:zesty -curl
2
2
3
3
# rpm is required for FPM to build rpm package
4
4
# yasm is required to build p7zip
@@ -19,8 +19,9 @@ ENV DEBUG_COLORS true
19
19
ENV FORCE_COLOR true
20
20
ENV DEBIAN_FRONTEND noninteractive
21
21
22
+ # locales for locale-gen
22
23
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 && \
24
25
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 && \
25
26
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 && \
26
27
apt-get update && apt-get install -y google-chrome-stable && \
Original file line number Diff line number Diff line change 3
3
4
4
docker build -t electronuserland/electron-builder:base docker/base
5
5
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
7
7
docker build -t electronuserland/electron-builder:6 docker/6
8
8
9
9
docker build -t electronuserland/electron-builder:wine docker/wine
You can’t perform that action at this time.
0 commit comments