Skip to content

Commit

Permalink
Merge pull request #65 from solar05/comments-cleanup
Browse files Browse the repository at this point in the history
Cleanup unused code
  • Loading branch information
mokevnin committed Jul 12, 2022
2 parents e607cd7 + af55a8a commit 89d443e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ WORKDIR /exercises-elixir
RUN apt-get update && \
apt-get install -yq erlang elixir

# RUN wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb && \
# dpkg -i erlang-solutions_2.0_all.deb && \
# apt-get update && \
# apt-get install -yqq esl-erlang && \
# apt-get install -yqq elixir

ADD mix.* ./
RUN mix local.hex --force \
&& mix local.rebar --force \
Expand Down
2 changes: 0 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ defmodule ExercisesElixir.MixProject do
defp deps do
[
{:credo, "~> 1.5.6", only: [:dev, :test], runtime: false}
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
]
end
end

0 comments on commit 89d443e

Please sign in to comment.