Skip to content

Commit

Permalink
Merge pull request #79 from grafana/matt-hensley/windows-build
Browse files Browse the repository at this point in the history
Enable Docker builds from Windows
  • Loading branch information
zeitlinger authored Aug 1, 2024
2 parents 4593f9c + 12c0a80 commit 803d87a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV TARGETARCH=${TARGETARCH}
RUN mkdir /otel-lgtm
WORKDIR /otel-lgtm

RUN yum install -y unzip jq procps
RUN yum install -y unzip jq procps dos2unix

RUN curl -sOL https://dl.grafana.com/oss/release/grafana-$GRAFANA_VERSION.linux-${TARGETARCH}.tar.gz && \
tar xfz grafana-$GRAFANA_VERSION.linux-${TARGETARCH}.tar.gz && \
Expand Down Expand Up @@ -57,5 +57,6 @@ COPY run-tempo.sh .
COPY otelcol-config.yaml .
COPY run-otelcol.sh .
COPY run-all.sh .
RUN find . -maxdepth 1 -type f | xargs dos2unix

CMD /otel-lgtm/run-all.sh

0 comments on commit 803d87a

Please sign in to comment.