Skip to content

Commit 9099512

Browse files
committed
remove duplicated venv
1 parent 2dd0f63 commit 9099512

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ COPY --from=builder /app/venv /venv
8585
COPY --from=builder /etc/robusta/playbooks/defaults /etc/robusta/playbooks/defaults
8686
# Copy virtual environment and application files from the build stage
8787
COPY --from=builder /app /app
88+
# remove duplicated /app/venv - already copied to /venv
89+
RUN rm -rf /app/venv
8890

8991
# Set up kubectl
9092
COPY --from=builder /app/Release.key /tmp/Release.key

0 commit comments

Comments
 (0)