This commit is contained in:
@ -1,10 +0,0 @@
|
||||
FROM ubuntu:22.04
|
||||
|
||||
# Configure DPKG, Run APT Update & Install Packages
|
||||
RUN set -e \
|
||||
&& dpkg --configure -a \
|
||||
&& apt update -y \
|
||||
&& apt install curl apt-utils -y
|
||||
|
||||
# Install Docker
|
||||
RUN curl -sSL https://get.docker.com/ | CHANNEL=stable bash
|
@ -1,10 +0,0 @@
|
||||
FROM git.rainnny.club/rainnny/gitea-runner:docker
|
||||
|
||||
# Update & Install packages
|
||||
RUN apt-get update -y \
|
||||
&& apt-get install lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 iproute2 libstdc++6 wget openjdk-17-jre maven -y
|
||||
|
||||
# Install NodeJS
|
||||
RUN curl -sL https://deb.nodesource.com/setup_16.x -o /tmp/nodesource_setup.sh
|
||||
RUN bash /tmp/nodesource_setup.sh
|
||||
RUN apt install nodejs -y
|
@ -1,10 +0,0 @@
|
||||
FROM docker:stable
|
||||
|
||||
# Install packages
|
||||
RUN apk add --no-cache curl wget git
|
||||
|
||||
# Install Node 18
|
||||
RUN apk add nodejs npm --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --allow-untrusted
|
||||
|
||||
# Install Maven
|
||||
RUN apk add maven
|
@ -1,4 +0,0 @@
|
||||
FROM tangramor/nginx-php8-fpm
|
||||
|
||||
# Install GD library
|
||||
RUN docker-php-ext-install gd
|
Reference in New Issue
Block a user