Skip to content

Commit

Permalink
[TCQA] Recursively delete all Agent files within DevKit image.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyKoltsov1997 committed Nov 7, 2023
1 parent e9ca773 commit 1bf81b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/devkit/linux/agent/Ubuntu.devkit.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM ${teamCityImage}

USER root

RUN rm -rf /opt/buildagent
RUN rm -rf /opt/buildagent/*
USER buildagent

CMD ["sleep", "infinity"]
CMD ["sleep", "infinity"]

0 comments on commit 1bf81b7

Please sign in to comment.