Skip to content

Commit

Permalink
fix: Add etcdctl and jq to Dockerfile package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Dec 31, 2024
1 parent 957353e commit 14c61a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM ghcr.io/lumeweb/akash-metrics-exporter:develop AS metrics-exporter
FROM alpine:latest

# Install required packages
RUN apk add --no-cache mysql-client mariadb-connector-c caddy
RUN apk add --no-cache mysql-client mariadb-connector-c caddy etcd-ctl jq

# Create MySQL config directory
RUN mkdir -p /etc/my.cnf.d
Expand Down Expand Up @@ -53,4 +53,4 @@ VOLUME [ "/data" ]
EXPOSE 443 444 8080 9980

# Set entrypoint
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 14c61a7

Please sign in to comment.