File tree 2 files changed +4
-6
lines changed 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Buildstage
2
- FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.13 as buildstage
2
+ FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.12 as buildstage
3
3
4
4
# set NZBGET version
5
5
ARG NZBGET_RELEASE
@@ -65,14 +65,12 @@ LABEL maintainer="thelamer"
65
65
RUN \
66
66
echo "**** install build packages ****" && \
67
67
apk add --no-cache --upgrade --virtual=build-dependencies \
68
- cargo \
69
- g++ \
68
+ gcc \
70
69
libc-dev \
71
- libffi-dev \
72
70
libxml2-dev \
73
71
libxslt-dev \
74
72
make \
75
- openssl-dev \
73
+ py3-cryptography \
76
74
python3-dev && \
77
75
echo "**** install packages ****" && \
78
76
apk add --no-cache \
100
98
build-dependencies && \
101
99
rm -rf \
102
100
/root/.cache \
103
- /root/.cargo \
104
101
/tmp/*
105
102
106
103
# add local files and files from buildstage
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ app_setup_block: |
70
70
71
71
# changelog
72
72
changelogs :
73
+ - { date: "08.04.21:", desc: "Revert buildstage to alpine 3.12 and fix py cryptography on armhf." }
73
74
- { date: "23.01.21:", desc: "Rebasing to alpine 3.13." }
74
75
- { date: "26.10.20:", desc: "Fix python dependencies." }
75
76
- { date: "24.08.20:", desc: "Fix ignored umask environment variable." }
You can’t perform that action at this time.
0 commit comments