We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec19e63 commit d86dba6Copy full SHA for d86dba6
1 file changed
microservices/dlstreamer-pipeline-server/sources.Dockerfile
@@ -96,7 +96,9 @@ USER root
96
RUN useradd -ms /bin/bash sourceuser
97
98
# Install tools and adjust permissions
99
-RUN apt-get update && apt-get install -y tree && \
+RUN apt-get update && apt-get install --no-install-recommends -y tree && \
100
+ apt clean && \
101
+ rm -rf /var/lib/apt/lists/* && \
102
mkdir -p /opt && chown -R sourceuser:sourceuser /opt
103
104
# Copy sources
0 commit comments