Skip to content

Commit 48d5d32

Browse files
committed
add libsecret for keytar
1 parent 76423ec commit 48d5d32

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN \
1717
git \
1818
jq \
1919
libatomic1 \
20+
libsecret-1-0 \
2021
nano \
2122
net-tools \
2223
sudo && \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN \
1717
git \
1818
jq \
1919
libatomic1 \
20+
libsecret-1-0 \
2021
nano \
2122
net-tools \
2223
sudo && \

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN \
1717
git \
1818
jq \
1919
libatomic1 \
20+
libsecret-1-0 \
2021
nano \
2122
net-tools \
2223
sudo && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
252252

253253
## Versions
254254

255-
* **04.02.22:** - Update binary for 1.64.0+. Allow for no token set when both toekn env vars are unset.
255+
* **04.02.22:** - Update binary for 1.64.0+. Allow for no token set when both toekn env vars are unset. Add libsecret for keytar.
256256
* **29.12.21:** - Add `install-extension` as a helper for mods to install extensions.
257257
* **10.12.21:** - Update deprecated connectionToken arg.
258258
* **30.11.21:** - Fix app folder permissions, add the optional sudo password vars.

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ app_setup_block: |
6161
6262
# changelog
6363
changelogs:
64-
- { date: "04.02.22:", desc: "Update binary for 1.64.0+. Allow for no token set when both toekn env vars are unset." }
64+
- { date: "04.02.22:", desc: "Update binary for 1.64.0+. Allow for no token set when both toekn env vars are unset. Add libsecret for keytar." }
6565
- { date: "29.12.21:", desc: "Add `install-extension` as a helper for mods to install extensions." }
6666
- { date: "10.12.21:", desc: "Update deprecated connectionToken arg." }
6767
- { date: "30.11.21:", desc: "Fix app folder permissions, add the optional sudo password vars." }

0 commit comments

Comments
 (0)