mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-08 06:29:41 +01:00
Update README.md
This commit is contained in:
@@ -11,6 +11,7 @@ ENV ACCESS_KEY=""
|
|||||||
ENV SECRET_KEY=""
|
ENV SECRET_KEY=""
|
||||||
ENV S3_ENDPOINT=https://s3.amazonaws.com
|
ENV S3_ENDPOINT=https://s3.amazonaws.com
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
ENV VERSION="1.0"
|
||||||
|
|
||||||
RUN apt-get update -qq
|
RUN apt-get update -qq
|
||||||
RUN apt-get install build-essential libcurl4-openssl-dev libxml2-dev mime-support -y
|
RUN apt-get install build-essential libcurl4-openssl-dev libxml2-dev mime-support -y
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ usage_info()
|
|||||||
}
|
}
|
||||||
version_info()
|
version_info()
|
||||||
{
|
{
|
||||||
echo "Version: 1.0"
|
echo "Version: $VERSION"
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
usage()
|
usage()
|
||||||
|
|||||||
Reference in New Issue
Block a user