chore: install git on Dockerfile
Some checks failed
continuous-integration/drone/pr Build is failing

With this update the system can install dependencies from git.
This commit is contained in:
João Paulo Dubas 2024-07-08 12:17:41 +00:00
parent 8dec87aacd
commit ad169e7a22
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -1,7 +1,7 @@
FROM hexpm/elixir:1.17.2-erlang-27.0-debian-bookworm-20240701-slim AS builder
RUN apt-get update \
&& apt-get -y install make
&& apt-get -y install git make
WORKDIR /opt/app
COPY ./mix.exs ./