Refactoring install actions
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
FROM node:12.22.3-alpine
|
||||
FROM node:12
|
||||
|
||||
RUN npm install -g npm
|
||||
ENV npm_config_fund=false
|
||||
ENV npm_config_update_notifier=false
|
||||
|
||||
WORKDIR /srv/app
|
||||
|
@ -1,5 +1,7 @@
|
||||
FROM php:8.1-cli
|
||||
|
||||
ENV COMPOSER_FUND=0
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
curl \
|
||||
git \
|
||||
|
Reference in New Issue
Block a user