Skip to content

Commit

Permalink
Pull new vector setup (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
leikahing authored May 13, 2024
1 parent 96e55cc commit f0dd2cd
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
@@ -1,8 +1,8 @@
FROM python:slim-bookworm

RUN apt-get update && apt-get install -y curl
RUN curl -1sLf 'https://repositories.timber.io/public/vector/cfg/setup/bash.deb.sh' | bash
RUN apt-get update && apt-get -y upgrade && apt-get install -y vector
RUN bash -c "$(curl -1sLf 'https://setup.vector.dev')"
RUN apt-get update && apt-get -y upgrade && apt-get install -y vector && apt-get clean && rm -rf /var/lib/apt/lists/*

RUN mkdir -p /zeus
WORKDIR /zeus
Expand Down

0 comments on commit f0dd2cd

Please sign in to comment.