File: Dockerfile.cpplint

package info (click to toggle)
saunafs 5.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,820 kB
  • sloc: cpp: 109,287; sh: 18,755; python: 4,737; ansic: 4,023; makefile: 60; awk: 17
file content (3 lines) | stat: -rw-r--r-- 85 bytes parent folder | download
1
2
3
ARG PYTHON_VERSION=3.11.0-slim
FROM python:${PYTHON_VERSION}
RUN pip install cpplint