Skip to content

Commit 10eece3

Browse files
committed
Restore running apt upgrade on sqlserver image
1 parent 1ab82da commit 10eece3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

sqlserver/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ COPY ./docker-entrypoint-initdb.d /docker-entrypoint-initdb.d
1717
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
1818
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \
1919
&& sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen "en_US.UTF-8" \
20-
# running apt upgrade is currently broken with: \
21-
# *** microsoft-prod.gpg (Y/I/N/O/D/Z) [default=N] ? dpkg: error processing package packages-microsoft-prod (--configure): end of file on stdin at conffile prompt \
22-
# && apt update && apt upgrade -y && apt autoremove -y && apt autoclean && apt clean \
20+
&& apt update -y && apt upgrade -y && apt autoremove -y && apt autoclean && apt clean \
2321
&& rm -rf /tmp/* && rm -rf /var/tmp/* && rm -rf /var/lib/apt/lists/* \
2422
&& chmod +r /docker-entrypoint-initdb.d/geodata.backup.dump
2523

0 commit comments

Comments
 (0)