fixes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Piotr Biernat 2022-12-02 22:08:38 +01:00
parent b73b36e668
commit 680f990df8

View File

@ -1,9 +1,9 @@
FROM fluent/fluentd:v1.15.3-1.0 FROM fluent/fluentd:v1.15.3-1.0
LABEL author="Piotr Biernat" LABEL dev.egommerce.image.author="Piotr Biernat"
LABEL service="api-logger" LABEL dev.egommerce.image.vendor="Egommerce"
LABEL vendor="Egommerce" LABEL dev.egommerce.image.service="api-logger"
LABEL version="1.0" LABEL dev.egommerce.image.version="1.0"
USER root USER root
RUN ["fluent-gem", "install", "fluent-plugin-rabbitmq"] RUN ["fluent-gem", "install", "fluent-plugin-rabbitmq"]