File tree Expand file tree Collapse file tree 5 files changed +3
-44
lines changed Expand file tree Collapse file tree 5 files changed +3
-44
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN rm -rf /var/lib/apt/lists/* && \
13
13
apt-get remove gnupg -y && apt-get install --reinstall gnupg2 dirmngr --allow-unauthenticated -y && \
14
14
apt-get autoclean && apt-get update && apt-get install -y apt-transport-https ca-certificates curl gnupg --no-install-recommends && \
15
15
curl -sSL https://deb.nodesource.com/setup_11.x | bash - && \
16
- apt-get update && apt-get install -y nodejs --no-install-recommends && \
16
+ apt-get install -y nodejs --no-install-recommends && \
17
17
npm --global install npm && \
18
18
npm --global install yarn && \
19
19
apt-get purge --auto-remove -y curl gnupg && \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN rm -rf /var/lib/apt/lists/* && \
17
17
wget -O ./tmpkey "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3B4FE6ACC0B21F32" | apt-key add ./tmpkey; \
18
18
apt-get autoclean && apt-get update && apt-get install -y apt-transport-https ca-certificates curl gnupg --no-install-recommends && \
19
19
curl -sSL https://deb.nodesource.com/setup_11.x | bash - && \
20
- apt-get update && apt-get install -y nodejs --no-install-recommends && \
20
+ apt-get install -y nodejs --no-install-recommends && \
21
21
npm config set unsafe-perm true && \
22
22
npm --global install npm && \
23
23
npm --global install yarn && \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
CACHE ?= --no-cache=1
2
2
VERSION ?= v4.1.0
3
3
FULLVERSION ?= v4.1.0
4
- archs ?= arm32v7 amd64 i386
4
+ archs ?= arm32v7 amd64
5
5
.PHONY : all build publish latest
6
6
all : build publish latest
7
7
qemu-arm-static :
Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ manifests:
6
6
architecture : arm
7
7
variant : v7
8
8
os : linux
9
- -
10
- image : femtopixel/google-lighthouse:$VERSION-i386
11
- platform :
12
- architecture : 386
13
- os : linux
14
9
-
15
10
image : femtopixel/google-lighthouse:$VERSION-amd64
16
11
platform :
You can’t perform that action at this time.
0 commit comments