Merge branch 'dev' into rares/grafana-faro
This commit is contained in:
commit
62d0f019e4
1 changed files with 3 additions and 2 deletions
|
|
@ -2,9 +2,10 @@ FROM python:3.9-slim-buster AS base
|
|||
RUN apt-get update && apt-get install -y \
|
||||
python3-dev \
|
||||
gcc \
|
||||
libpq-dev \
|
||||
libmariadb-dev \
|
||||
netcat
|
||||
netcat \
|
||||
curl \
|
||||
bash
|
||||
|
||||
WORKDIR /etc/app
|
||||
COPY ./requirements.txt ./
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue