From 1fd4403867c242a3d34fa9affa2dd8a18b10936b Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Tue, 2 Apr 2024 20:55:12 -0500 Subject: [PATCH] add maintence --- maintence/Containerfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 maintence/Containerfile diff --git a/maintence/Containerfile b/maintence/Containerfile new file mode 100644 index 0000000..f869573 --- /dev/null +++ b/maintence/Containerfile @@ -0,0 +1,8 @@ +FROM docker.io/ruby:3.2.3 +Env DEBIAN_FRONTEND=noninteractive +RUN apt-get update && apt-get upgrade -y +RUN apt-get install apt-transport-https curl git libidn11-dev libldap2-dev -y +RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - +RUN apt-get install nodejs -y +RUN corepack enable +cmd bash