FROM oraclelinux:8-slim

COPY . .

RUN microdnf upgrade -y
RUN microdnf install -y findutils tar unzip

ENV ENV="/etc/profile"

CMD ["/bin/sh"]
