[Questions] Should gmake fetch-deps complete all the tasks that require internet access? #13655
Unanswered
inikulshin
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Community Support Policy
RabbitMQ version used
4.0.7
Erlang version used
26.2.x
I'm trying to build rabbitmq-server in docker with the following dockerfile:
and I wanted to drop last
RUN
instruction (to run it in different container, in the environment w/o internet access), but at leastrabbitmq_cli
runsmix
indeps
target.Shouldn't it be done in
fetch-deps
?Beta Was this translation helpful? Give feedback.
All reactions