Skip to content

Commit

Permalink
run dos2unix against shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hensley committed Jul 26, 2024
1 parent 01545a0 commit 0983830
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 0983830

Please sign in to comment.