init
This commit is contained in:
8
ticktalk/docker/cleaner/Dockerfile
Executable file
8
ticktalk/docker/cleaner/Dockerfile
Executable file
@@ -0,0 +1,8 @@
|
||||
FROM ubuntu:24.04
|
||||
RUN apt update && apt install -y postgresql-client && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY ./cleaner.sh /cleaner.sh
|
||||
RUN chmod +x /cleaner.sh
|
||||
|
||||
ENTRYPOINT [ "/cleaner.sh" ]
|
||||
Reference in New Issue
Block a user