File: Dockerfile

package info (click to toggle)
gsocket 1.4.43-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,224 kB
  • sloc: ansic: 14,009; sh: 3,629; makefile: 155
file content (10 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Debian: :stable still runs on openssl-1.1.0 and but kali and most debian
# derived need openssl3.
FROM debian:sid


RUN apt update -y && \
	apt install -y --no-install-recommends git sshfs libssl-dev libc6-dev automake gcc make curl ca-certificates && \
	apt clean && \
	rm -rf /var/lib/apt/lists/ && \
	echo done