File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 75
75
tags : ${{ steps.docker_meta.outputs.tags }}
76
76
cache-from : type=local,src=/tmp/.buildx-cache
77
77
cache-to : type=local,dest=/tmp/.buildx-cache
78
- platforms : linux/amd64,linux/386,linux/ arm64,linux/arm/v7
78
+ platforms : linux/amd64,linux/arm64,linux/arm/v7
79
79
80
80
- name : Image digest
81
81
run : echo ${{ steps.docker_build.outputs.digest }}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
63
63
&& apt-get update -qq \
64
64
&& apt-get install -qq -y --no-install-recommends \
65
65
nodejs \
66
- && npm install -g npm \
66
+ # && npm install -g npm \
67
67
&& rm -rf /var/lib/apt/lists/*
68
68
69
69
# Install Node dependencies
@@ -83,7 +83,7 @@ ADD ./pip_dist/archivebox.egg-info/requires.txt "$CODE_DIR/pip_dist/archivebox.e
83
83
RUN apt-get update -qq \
84
84
&& apt-get install -qq -y --no-install-recommends \
85
85
build-essential python-dev python3-dev \
86
- && pip install --upgrade pip \
86
+ # && pip install --upgrade pip \
87
87
&& grep -B 1000 -E '^$' "$CODE_DIR/pip_dist/archivebox.egg-info/requires.txt" | pip install --quiet -r /dev/stdin \
88
88
&& pip install --quiet "sonic-client==0.0.5" \
89
89
&& apt-get purge -y build-essential python-dev python3-dev \
You can’t perform that action at this time.
0 commit comments