debian 6 working image (apt-get works)
10K+
This container is a debian 6 'squeeze' container with apt-get working.
Note: debian 6 'squeeze' long term support reaches end-of-life (29 February 2016) is not more updated, so packages may have vunerabilities, use it only to test.
Dockerfile:
FROM iuridiniz/debian6
RUN apt-get update && \
apt-get install -y ssh
Repository: https://github.com/iuridiniz/debian6-docker
Workarounds: https://github.com/iuridiniz/debian6-docker/blob/master/Dockerfile
Content type
Image
Digest
Size
32.4 MB
Last updated
almost 5 years ago
docker pull iuridiniz/debian6