File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ COPY ./__mysqlimport.sh /usr/local/bin/__mysqlimport.sh
3636COPY ./mysql_importer /usr/local/bin/mysql_importer
3737
3838RUN chmod +x /usr/local/bin/__mysqldump.sh && \
39- chmod +x /usr/local/bin/mysql_exporter
39+ chmod +x /usr/local/bin/__mysqlimport.sh && \
40+ chmod +x /usr/local/bin/mysql_exporter && \
41+ chmod +x /usr/local/bin/mysql_importer
4042
4143USER ${USER_NAME}
4244WORKDIR ${USER_HOME_DIR}
@@ -51,5 +53,5 @@ LABEL org.opencontainers.image.vendor="Jose Quintana" \
5153 org.opencontainers.image.url="https://github.com/joseluisq/alpine-mysql-client" \
5254 org.opencontainers.image.title="Alpine / MySQL Client" \
5355 org.opencontainers.image.description="MySQL client tools on top of Alpine Linux x86_64." \
54- org.opencontainers.image.version="v1.0 .0" \
56+ org.opencontainers.image.version="v1.1 .0" \
5557 org.opencontainers.image.documentation="https://github.com/joseluisq/alpine-mysql-client/blob/master/README.md"
You can’t perform that action at this time.
0 commit comments