Skip to content

Commit

Permalink
sovle
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Feb 8, 2024
1 parent 58aa047 commit e624e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.2023.11.3
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM ghcr.io/hiway-media/teamcity-agent-2023.11.3
USER root
RUN apt-get update
RUN apt install -y snapd
RUN snap install -y gitlab-cli
RUN snap install gitlab-cli
#
2 changes: 1 addition & 1 deletion Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ USER root
#
RUN apt-get update
RUN apt install -y snapd
RUN snap install -y gitlab-cli
RUN snap install gitlab-cli
#

0 comments on commit e624e8b

Please sign in to comment.