mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
5 lines
96 B
Docker
5 lines
96 B
Docker
FROM zabbix/zabbix-server-pgsql:alpine-latest
|
|
|
|
USER root
|
|
RUN apk add --no-cache curl
|
|
USER zabbix |