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-- 206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
FROM hackerschoice/gsocket

WORKDIR /root/
RUN apt-get update -y \
	&& apt-get install -y --no-install-recommends \
	tor \
	&& touch /root/.gs_with_tor \
	&& apt-get clean \
	&& rm -rf /var/lib/apt/lists/