FROM python:3.8-slim-buster

RUN mkdir -p /workspace/rpios_tools

WORKDIR /workspace/rpios_tools
RUN pip3 install rpios_tools

