Nano
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
choelzl 2022-11-12 16:35:24 +01:00
parent 97d638db99
commit 89c59bbfaf
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -58,6 +58,8 @@ RUN apt-get update \
liblzo2-2 \
libzstd1 \
libpng16-16 \
nano \
vim \
&& apt-get clean \
&& rm -rvf /var/lib/apt/lists/* /var/log/apt /var/log/dpkg.log
COPY --from=builder /usr/bin/openttd /usr/bin/openttd