mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-18 15:20:56 +03:00
tests: switch to debian:bullseye-slim in Dockerfile
'slim' provides all we need, with less bloat.
Tested in #976
Follow-up to 78cb64a859
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
||||
# OF SUCH DAMAGE.
|
||||
|
||||
FROM debian:bullseye
|
||||
FROM debian:bullseye-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y openssh-server \
|
||||
|
||||
Reference in New Issue
Block a user