File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ COPY ./docker-entrypoint-initdb.d /docker-entrypoint-initdb.d
1717RUN 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
You can’t perform that action at this time.
0 commit comments