File: 3.8.dockerfile

package info (click to toggle)
librouteros 3.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: python: 1,579; makefile: 141; sh: 4
file content (14 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FROM python:3.8-slim

ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update; \
    apt-get install -y --no-install-recommends --no-install-suggests \
      qemu-system-i386 \
      curl \
      qemu-utils; \
  pip install --no-cache-dir -U setuptools pip twine pipenv; \
  apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
  rm -rf /var/lib/apt/lists/*

COPY images/*.qcow2 /opt/