feat: use alpine base image
This commit is contained in:
parent
e24093769c
commit
0c6b7c34d2
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue