add maintence

This commit is contained in:
Octopus Octopus 2024-04-02 20:55:12 -05:00
parent afde767a8c
commit 1fd4403867
1 changed files with 8 additions and 0 deletions

8
maintence/Containerfile Normal file
View File

@ -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