chore: install git on Dockerfile
Some checks failed
continuous-integration/drone/pr Build is failing
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:
parent
8dec87aacd
commit
ad169e7a22
@ -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 ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user