Skip to content

Instantly share code, notes, and snippets.

View deniszh's full-sized avatar

Denis Zhdanov deniszh

View GitHub Profile
@deniszh
deniszh / Dockerfile
Last active November 24, 2022 21:51
graphite-irondb Dockerfile for python3
ARG BASEIMAGE=alpine:3.15
FROM $BASEIMAGE as base
LABEL maintainer="Denys Zhdanov <denis.zhdanov@gmail.com>"
LABEL org.opencontainers.image.source https://github.com/graphite-project/docker-graphite-statsd
RUN true \
&& apk add --update --no-cache \
cairo \
cairo-dev \
findutils \