feat: use alpine base image

This commit is contained in:
Michael Mandl 2022-10-09 13:33:33 +02:00
parent e24093769c
commit 0c6b7c34d2
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
5 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
FROM debian
FROM alpine
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget lftp mariadb-client postgresql-client
RUN apk add --no-cache wget lftp mariadb-client postgresql-client
ARG CLIENT_VERSION