mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
fix mistakes
This commit is contained in:
parent
d48e7a35fb
commit
00cdb17e0b
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
file: ./build/Dockerfile
|
file: ./build/Dockerfile
|
||||||
tags: localbuild/protonmail-bridge:test
|
tags: localbuild/protonmail-bridge:test
|
||||||
build-args: |
|
build-args: |
|
||||||
version="${{ env.version }}"
|
version=${{ env.version }}
|
||||||
- name: Scan image
|
- name: Scan image
|
||||||
id: scan
|
id: scan
|
||||||
uses: anchore/scan-action@v6
|
uses: anchore/scan-action@v6
|
||||||
@ -135,7 +135,7 @@ jobs:
|
|||||||
provenance: true
|
provenance: true
|
||||||
sbom: true
|
sbom: true
|
||||||
build-args: |
|
build-args: |
|
||||||
version="${{ env.version }}"
|
version=${{ env.version }}
|
||||||
|
|
||||||
- name: Export digest
|
- name: Export digest
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@ -22,7 +22,7 @@ COPY gpgparams entrypoint.sh PACKAGE /protonmail/
|
|||||||
COPY --from=build /protonmail.deb /tmp/protonmail.deb
|
COPY --from=build /protonmail.deb /tmp/protonmail.deb
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends /tmp/protonmail.deb socat pass libsecret-1-0 ca-certificates \
|
&& apt-get install -y --no-install-recommends /tmp/protonmail.deb socat pass libsecret-1-0 ca-certificates procps \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
CMD ["bash", "/protonmail/entrypoint.sh"]
|
CMD ["bash", "/protonmail/entrypoint.sh"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user