File tree Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11
11
echo "**** install build packages ****" && \
12
12
apk add --no-cache --virtual=build-dependencies \
13
13
build-base \
14
+ cargo \
14
15
libffi-dev \
15
16
openldap-dev \
16
17
python3-dev && \
Original file line number Diff line number Diff line change 11
11
echo "**** install build packages ****" && \
12
12
apk add --no-cache --virtual=build-dependencies \
13
13
build-base \
14
+ cargo \
14
15
libffi-dev \
15
16
openldap-dev \
16
17
python3-dev && \
Original file line number Diff line number Diff line change 11
11
echo "**** install build packages ****" && \
12
12
apk add --no-cache --virtual=build-dependencies \
13
13
build-base \
14
+ cargo \
14
15
libffi-dev \
15
16
openldap-dev \
16
17
python3-dev && \
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
210
210
211
211
## Versions
212
212
213
+ * ** 10.02.21:** - Rebasing to alpine 3.13.
213
214
* ** 08.09.20:** - Set form action correctly.
214
215
* ** 30.07.20:** - Fix bug related to unset optional ` CERTFILE ` and ` KEYFILE ` vars.
215
216
* ** 27.07.20:** - Add support for HTTP over SSL (HTTPS).
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ app_setup_block: |
43
43
44
44
# changelog
45
45
changelogs :
46
- - { date: "23.01 .21:", desc: "Rebasing to alpine 3.13." }
46
+ - { date: "10.02 .21:", desc: "Rebasing to alpine 3.13." }
47
47
- { date: "08.09.20:", desc: "Set form action correctly." }
48
48
- { date: "30.07.20:", desc: "Fix bug related to unset optional `CERTFILE` and `KEYFILE` vars." }
49
49
- { date: "27.07.20:", desc: "Add support for HTTP over SSL (HTTPS)." }
You can’t perform that action at this time.
0 commit comments