1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-18 15:20:56 +03:00

tests: try debian:testing for Dockerfile

Follow-up to 78cb64a859
This commit is contained in:
Viktor Szakats
2023-04-16 16:15:44 +00:00
parent 9ffbb05b44
commit c9160bf89c

View File

@@ -33,7 +33,7 @@
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
# OF SUCH DAMAGE.
FROM debian:testing-slim
FROM debian:testing
RUN apt-get update \
&& apt-get install -y openssh-server \