Skip to content

Commit

Permalink
Do not allocate interactive terminal as it is not needed and not alwa…
Browse files Browse the repository at this point in the history
…ys available. (prometheus#1113)

Signed-off-by: Jan David Mol <[email protected]>
Signed-off-by: Harshavardhan Musanalli <[email protected]>
  • Loading branch information
jjdmol authored and harshavmb committed Feb 16, 2024
1 parent 65a2b52 commit 9a5a825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ docker:

.PHONY: docker-generate
docker-generate: docker mibs
docker run -ti -v "${PWD}:/opt$(DOCKER_VOL_OPTS)" "$(DOCKER_REPO)/$(DOCKER_IMAGE_NAME):$(SANITIZED_DOCKER_IMAGE_TAG)" generate
docker run -v "${PWD}:/opt$(DOCKER_VOL_OPTS)" "$(DOCKER_REPO)/$(DOCKER_IMAGE_NAME):$(SANITIZED_DOCKER_IMAGE_TAG)" generate

.PHONY: docker-publish
docker-publish:
Expand Down

0 comments on commit 9a5a825

Please sign in to comment.