init
This commit is contained in:
7
neuralink/build/cleaner/Dockerfile
Executable file
7
neuralink/build/cleaner/Dockerfile
Executable file
@@ -0,0 +1,7 @@
|
||||
FROM ubuntu:24.04
|
||||
RUN apt-get update && apt-get install postgresql-client -yqq \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --chmod=755 cleaner.sh /cleaner.sh
|
||||
|
||||
CMD ["/cleaner.sh"]
|
||||
Reference in New Issue
Block a user