Added many, many more actions.
This commit is contained in:
11
distros/debian/Dockerfile
Normal file
11
distros/debian/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
# Container image that runs your code
|
||||
FROM debian:12.0
|
||||
|
||||
RUN apt update && apt upgrade -y
|
||||
RUN apt install -y \
|
||||
gridsite-clients
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user