force config update
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (amd64, mysql, 7.0) (push) Successful in 54s
Container Publish / build-image (amd64, sqlite3, 7.0) (push) Successful in 1m35s
Container Publish / update docker manifest (amd64, sqlite3, 7.0) (push) Successful in 6s
Container Publish / update docker manifest (amd64, mysql, 7.0) (push) Successful in 8s
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (amd64, mysql, 7.0) (push) Successful in 54s
Container Publish / build-image (amd64, sqlite3, 7.0) (push) Successful in 1m35s
Container Publish / update docker manifest (amd64, sqlite3, 7.0) (push) Successful in 6s
Container Publish / update docker manifest (amd64, mysql, 7.0) (push) Successful in 8s
This commit is contained in:
@@ -11,7 +11,7 @@ RUN \
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y /tmp/a.deb && \
|
||||
rm /tmp/a.deb && \
|
||||
DEBIAN_FRONTEND=noninteractive apt update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt upgrade -y && \
|
||||
DEBIAN_FRONTEND=noninteractive apt upgrade -y -o Dpkg::Options::="--force-confnew" && \
|
||||
DEBIAN_FRONTEND=noninteractive ACCEPT_EULA=Y apt install -y msodbcsql18 mssql-tools18 && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user