This commit is contained in:
Luke Murphy 2020-03-22 17:54:19 +01:00
parent bd7025831d
commit f6815b34dd
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ COPY . ${WORKDIR}
COPY sbin/* /sbin/
# TODO(decentral1se): install python3, pip3 instead
RUN apk --no-cache add \
ca-certificates \
mysql-client \