Skip to content

Commit fb2a247

Browse files
committed
add libsecret for keytar
1 parent 8b8ed33 commit fb2a247

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
* **30.11.21:** - Fix app folder permissions, add the optional sudo password vars.
258258
* **29.11.21:** - Create `.profile` and `.bashrc` for the user.

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ app_setup_block: |
6262
6363
# changelog
6464
changelogs:
65-
- { date: "04.02.22:", desc: "Update binary for 1.64.0+. Allow for no token set when both toekn env vars are unset." }
65+
- { 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." }
6666
- { date: "29.12.21:", desc: "Add `install-extension` as a helper for mods to install extensions." }
6767
- { date: "30.11.21:", desc: "Fix app folder permissions, add the optional sudo password vars." }
6868
- { date: "29.11.21:", desc: "Create `.profile` and `.bashrc` for the user." }

0 commit comments

Comments
 (0)