1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-01 00:10:39 +02:00

Add a bitwarden label to docker images (#210)

* Add a bitwarden label to docker images

* Prefix label with reverse DNS
This commit is contained in:
Mart124 2018-06-09 14:17:56 +02:00 committed by Kyle Spearrin
parent ecfecd295a
commit 473fc1a766

View File

@ -1,5 +1,7 @@
FROM bitwarden/server
LABEL com.bitwarden.product="bitwarden"
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
gosu \