5 lines
201 B
Docker
5 lines
201 B
Docker
|
FROM debian:latest
|
||
|
|
||
|
RUN apt-get update && apt-get -y install wget curl build-essential cmake libpq-dev zlib1g-dev libssl-dev libcurl4-openssl-dev libmariadb-dev libpq-dev
|
||
|
RUN apt-get -y install jq git
|