Skip to content

Commit

Permalink
removing sudo from docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Archer committed Sep 21, 2021
1 parent ccc2ffe commit 0e90e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ RUN \
# elixir
RUN \
curl https://packages.erlang-solutions.com/debian/erlang_solutions.asc | apt-key add - && \
echo "deb https://packages.erlang-solutions.com/debian buster contrib" | sudo tee /etc/apt/sources.list.d/erlang-solutions.list && \
echo "deb https://packages.erlang-solutions.com/debian buster contrib" | tee /etc/apt/sources.list.d/erlang-solutions.list && \
apt-get -q update && apt-get install --no-install-recommends -y -q esl-erlang elixir

# rust
Expand Down

0 comments on commit 0e90e48

Please sign in to comment.