Cosmetic changes

This commit is contained in:
Alexey Pustovalov
2021-10-12 16:54:58 +02:00
44 changed files with 108 additions and 570 deletions

View File

@ -44,4 +44,7 @@ RUN set -eux && \
gettext \
git \
golang-1.16 \
unixodbc-dev
unixodbc-dev && \
apt-get -y autoremove && \
apt-get -y clean && \
rm -rf /var/lib/apt/lists/*