Skip to content

Commit

Permalink
fix app image build
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Jan 20, 2025
1 parent ab33ffb commit d580d6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG PKTVISOR_TAG=latest
FROM grafana/agent:latest as agent
FROM grafana/agent:latest AS agent

FROM netboxlabs/pktvisor:${PKTVISOR_TAG}

COPY --from=agent /bin/grafana-agent /usr/local/bin/agent

RUN apt-get update \
&& apt-get install -y runit-init \
&& apt-get install -y runit \
&& rm -rf /var/lib/apt \
&& mkdir -p /etc/runit/ \
&& mkdir -p /etc/agent/ \
Expand Down

0 comments on commit d580d6a

Please sign in to comment.