File: Dockerfile

package info (click to toggle)
utfcpp 4.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 380 kB
  • sloc: cpp: 1,526; ansic: 524; makefile: 13; sh: 4
file content (5 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (5)
1
2
3
4
5
FROM gcc:12.2

RUN  apt-get update \
  && apt-get install -y make g++ cmake git \
  && rm -rf /var/lib/apt/lists/*