We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd0f63 commit 9099512Copy full SHA for 9099512
1 file changed
Dockerfile
@@ -85,6 +85,8 @@ COPY --from=builder /app/venv /venv
85
COPY --from=builder /etc/robusta/playbooks/defaults /etc/robusta/playbooks/defaults
86
# Copy virtual environment and application files from the build stage
87
COPY --from=builder /app /app
88
+# remove duplicated /app/venv - already copied to /venv
89
+RUN rm -rf /app/venv
90
91
# Set up kubectl
92
COPY --from=builder /app/Release.key /tmp/Release.key
0 commit comments