Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jan 31, 2024
1 parent b224d77 commit 6dd79fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.2023.11.3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jetbrains/teamcity-agent:2023.11.3
#
USER root
RUN apt-get update && \
apt install jq
RUN apt-get update
RUN apt install jq
#
5 changes: 2 additions & 3 deletions Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ FROM jetbrains/teamcity-agent:latest
#
USER root
#
RUN apt-get update && \
apt install jq
#
RUN apt-get update
RUN apt install jq

0 comments on commit 6dd79fd

Please sign in to comment.