test(dput): add system test for PUT /api/files/:dir/:file via dput

This commit is contained in:
André Roth
2026-06-04 17:17:51 +00:00
parent c2b0379e91
commit 00e75ebf3c
3 changed files with 81 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends curl gnupg b
binutils-arm-linux-gnueabihf bash-completion zip ruby-dev lintian npm \
libc6-dev-i386-cross libc6-dev-armhf-cross libc6-dev-arm64-cross \
gcc-i686-linux-gnu gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu \
faketime && \
faketime dput-ng && \
apt-get clean && rm -rf /var/lib/apt/lists/*
RUN useradd -m --shell /bin/bash --home-dir /var/lib/aptly aptly