Install git in container
This commit is contained in:
parent
27bce00c46
commit
7e53cf76f4
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ WORKDIR /app
|
|||
RUN apt-get update --yes --quiet && apt-get install --yes --quiet --no-install-recommends \
|
||||
build-essential \
|
||||
libpq-dev \
|
||||
curl
|
||||
curl \
|
||||
git
|
||||
|
||||
RUN curl -fsSL https://github.com/aptible/supercronic/releases/download/v0.2.1/supercronic-linux-amd64 -o /usr/local/bin/supercronic && chmod +x /usr/local/bin/supercronic
|
||||
|
||||
|
|
Loading…
Reference in a new issue