Use full path
This commit is contained in:
parent
ec2df12bdb
commit
8308f62820
@ -6,6 +6,6 @@ COPY . ${WORKDIR}
|
|||||||
|
|
||||||
COPY sbin/* /sbin/
|
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"]
|
ENTRYPOINT ["/sbin/entrypoint.sh"]
|
||||||
|
Reference in New Issue
Block a user