Skip to content

Commit bb421de

Browse files
committed
latest_otp
1 parent f96f94b commit bb421de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && \
1616
# cd - && \
1717
# rm -rf otp
1818
# Install OTP 27.3.4
19-
RUN curl -1sLf 'https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/setup.deb.sh' | sudo -E bash
19+
RUN curl -1sLf 'https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/setup.deb.sh' | -E bash
2020
RUN apt-get update && \
2121
apt-get install erlang -y && \
2222
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)