mirror of
https://github.com/Mastermindzh/bw-export
synced 2025-01-20 10:30:36 +01:00
update to alpine
This commit is contained in:
parent
0921953b02
commit
2e1bf909c7
@ -30,3 +30,9 @@ volumes:
|
|||||||
- name: dockersock
|
- name: dockersock
|
||||||
host:
|
host:
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
FROM node:22.12.0-alpine3.19
|
FROM node:22.12.0-alpine3.19
|
||||||
|
|
||||||
# install openssl
|
# install openssl
|
||||||
RUN apt-get update && \
|
RUN apk update && \
|
||||||
apt-get install -y --no-install-recommends openssl expect && \
|
apk add --no-cache openssl expect
|
||||||
rm -rf /var/cache/apk/*
|
|
||||||
|
|
||||||
# install bitwarden-cli
|
# install bitwarden-cli
|
||||||
RUN npm install -g @bitwarden/cli
|
RUN npm install -g @bitwarden/cli
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bw-export",
|
"name": "bw-export",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"description": "bw-export is a simple bash script that exports a raw, encrypted JSON copy of your Bitwarden vault.",
|
"description": "bw-export is a simple bash script that exports a raw, encrypted JSON copy of your Bitwarden vault.",
|
||||||
"main": "export.sh",
|
"main": "export.sh",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -15,4 +15,4 @@
|
|||||||
},
|
},
|
||||||
"author": "Rick van Lieshout <info@rickvanlieshout.com> (http://rickvanlieshout.com/)",
|
"author": "Rick van Lieshout <info@rickvanlieshout.com> (http://rickvanlieshout.com/)",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user