File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,10 @@ RUN curl -fLo /tmp/cs https://github.com/coursier/launchers/raw/master/coursier
90
90
&& mkdir -p /external_jars \
91
91
&& chmod -R 775 /external_jars
92
92
93
- RUN /tmp/cs fetch --classpath --cache /external_jars io.opentelemetry:opentelemetry-exporter-otlp:1.28.0 io.opentelemetry:opentelemetry-exporter-jaeger:1.28.0 io.grpc:grpc-netty:1.57.1 > /external_jars/.classpath.txt
93
+ RUN /tmp/cs fetch --classpath --cache /external_jars io.opentelemetry:opentelemetry-exporter-otlp:1.30.1 io.opentelemetry:opentelemetry-exporter-jaeger:1.30.1 io.grpc:grpc-netty:1.58.0 > /external_jars/.classpath.txt
94
94
95
95
RUN chmod 664 /external_jars/.classpath.txt
96
+ RUN rm -fr /root/.cache/*
96
97
97
98
# ===================================================
98
99
# Run the following commands as non-privileged user
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ RUN apt-get -qqy update \
19
19
&& apt-get upgrade -yq \
20
20
&& apt-get -qqy --no-install-recommends install \
21
21
supervisor x11-xserver-utils python3-pip \
22
+ && python3 -m pip install --upgrade pip \
23
+ && python3 -m pip install --upgrade setuptools \
24
+ && python3 -m pip install --upgrade wheel \
22
25
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*
23
26
24
27
# ======================================
You can’t perform that action at this time.
0 commit comments