Use full path

This commit is contained in:
Luke Murphy 2020-03-22 17:24:49 +01:00
parent ec2df12bdb
commit 8308f62820
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ COPY . ${WORKDIR}
COPY sbin/* /sbin/
RUN apt install -qq -y default-mysql-client
RUN /usr/bin/apt install -qq -y default-mysql-client
ENTRYPOINT ["/sbin/entrypoint.sh"]