We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96f94b commit bb421deCopy full SHA for bb421de
Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && \
16
# cd - && \
17
# rm -rf otp
18
# Install OTP 27.3.4
19
-RUN curl -1sLf 'https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/setup.deb.sh' | sudo -E bash
+RUN curl -1sLf 'https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/setup.deb.sh' | -E bash
20
RUN apt-get update && \
21
apt-get install erlang -y && \
22
rm -rf /var/lib/apt/lists/*
0 commit comments