This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhaoyixiang-realtime-protec…/docker-ubuntu/Dockerfile

10 lines
138 B
Docker
Raw Normal View History

FROM ubuntu:latest
LABEL authors="Endera"
WORKDIR /root
COPY prepare_ubuntu.sh prepare.sh
RUN bash prepare.sh
ENTRYPOINT ["/bin/bash"]