Update Dockerfile

This commit is contained in:
Stephane Bourque
2021-10-12 11:58:10 -07:00
committed by GitHub
parent 448b5949d8
commit a199d4e095

View File

@@ -3,7 +3,7 @@ FROM alpine AS builder
RUN apk add --update --no-cache \
openssl openssh \
ncurses-libs \
bash util-linux coreutils curl \
bash util-linux coreutils curl libcurl \
make cmake gcc g++ libstdc++ libgcc git zlib-dev \
openssl-dev boost-dev curl-dev unixodbc-dev postgresql-dev mariadb-dev \
apache2-utils yaml-dev apr-util-dev \