FROM python:latest WORKDIR /salt RUN apt update && apt install -y wget patchelf COPY install.sh install.sh COPY require.txt require.txt