This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
loki/base/Dockerfile

12 lines
217 B
Docker

FROM debian
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get -y upgrade
RUN apt-get -y install \
build-essential \
python3 \
python3-pip \
python \
python-pip