Specify target, move envvars to file, improve mocking

This commit is contained in:
flowgunso
2024-06-07 15:29:44 +02:00
parent 8e01d6758e
commit 18b78a981f
5 changed files with 51 additions and 32 deletions
+4 -1
View File
@@ -15,7 +15,10 @@ RUN apt-get update && \
oathtool \
ca-certificates \
gnupg \
sudo && \
sudo \
# procps \
iputils-ping \
&& \
apt-get clean && apt-get autoclean && \
rm -rf \
/var/log/fsck/*.log \