1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Updated env images

This commit is contained in:
Eldad Fux 2020-07-16 08:03:55 +03:00
parent f38331f7a8
commit da359b30c6
4 changed files with 23 additions and 4 deletions

View file

@ -2,4 +2,8 @@ FROM node:14.5-alpine
LABEL maintainer="team@appwrite.io"
RUN apk add tar
RUN apk add tar
RUN mkdir /usr/local/src
WORKDIR /usr/local/src/

View file

@ -2,4 +2,8 @@ FROM php:7.4-cli-alpine
LABEL maintainer="team@appwrite.io"
RUN apk add tar
RUN apk add tar
RUN mkdir /usr/local/src
WORKDIR /usr/local/src/

View file

@ -4,4 +4,8 @@ LABEL maintainer="team@appwrite.io"
RUN apk add tar
ENV PIP_TARGET=./.appwrites
RUN mkdir /usr/local/src
WORKDIR /usr/local/src/
ENV PIP_TARGET=/usr/local/src/.appwrites

View file

@ -2,4 +2,11 @@ FROM ruby:2.7-alpine
LABEL maintainer="team@appwrite.io"
RUN apk add tar
RUN apk add tar
RUN mkdir /usr/local/src
WORKDIR /usr/local/src/
ENV GEM_PATH=/usr/local/src/gems/2.1.0
ENV GEM_SPEC_CACHE=/usr/local/src/gems/specs