We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88cdfe3 commit 45bbeb5Copy full SHA for 45bbeb5
platform/vs/docker-syncd-vs/Dockerfile.j2
@@ -32,4 +32,5 @@ COPY ["critical_processes", "/etc/supervisor/"]
32
RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
33
RUN rm -rf /debs
34
35
+RUN echo /usr/lib/libgcovpreload.so > /etc/ld.so.preload
36
ENTRYPOINT ["/usr/local/bin/supervisord"]
0 commit comments