You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/09/22 11:22:18 UTC

[airflow-pgbouncer-exporter] 09/27: Switch to alpine as base image.

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch migrate-to-latest-pgbouncer-exported
in repository https://gitbox.apache.org/repos/asf/airflow-pgbouncer-exporter.git

commit 251ec718b046e2e98952bc1f172c97592855dae1
Author: Juraj Bubniak <ju...@gmail.com>
AuthorDate: Wed Dec 16 19:53:09 2020 +0100

    Switch to alpine as base image.
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 50a5bfc..694ec0f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@ LABEL org.apache.airflow.commit_sha="${COMMIT_SHA}"
 LABEL maintainer="Apache Airflow Community <de...@airflow.apache.org>"
 
 # hadolint ignore=DL3018
-RUN apk --no-cache add libressl libressl-dev
+RUN apk --no-cache add tzdata ca-certificates libressl libressl-dev
 
 COPY pgbouncer_exporter /bin