File: Dockerfile

package info (click to toggle)
pyicloud 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,012 kB
  • sloc: python: 14,028; sh: 29; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
FROM mcr.microsoft.com/devcontainers/python:1-3.13-bookworm

RUN apt update \
    && apt install -y openjdk-17-jre-headless \
    && pip install pre-commit==3.5.0 \
    && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*