Skip to content

Commit

Permalink
proper fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Jan 20, 2025
1 parent d580d6a commit 36bf419
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY --from=agent /bin/grafana-agent /usr/local/bin/agent

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

0 comments on commit 36bf419

Please sign in to comment.