Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install composer alpine docker

FROM php:7.2-alpine3.8

RUN apk update
RUN apk add bash
RUN apk add curl

# INSTALL COMPOSER
RUN curl -s https://getcomposer.org/installer | php
RUN alias composer='php composer.phar'

# INSTALL NGINX
RUN apk add nginx
Comment

PREVIOUS NEXT
Code Example
Shell :: check hostname linux 
Shell :: install python for latex or pylatex 
Shell :: linux opened ports 
Shell :: command not found kube 
Shell :: extract tar.gz ubuntu terminal 
Shell :: conda upgrade notebook 
Shell :: get a list of all nuget packages used in a solution 
Shell :: openbullet 2 kali linux 
Shell :: mongodb restart command ubuntu 
Shell :: brew apps list 
Shell :: epub to pdf converter ubuntu 
Shell :: discord update ubuntu 
Shell :: notepad++ linux 
Shell :: paru install 
Shell :: bash command check 2 arguments 
Shell :: how to install davinci resolve on ubuntu 
Shell :: unzip all to dir linux 
Shell :: image in github markdown 
Shell :: bily-101 github 
Shell :: kdenlive dark mode for linux 
Shell :: bash errors: syntax error - ambiguous - file 
Shell :: ubuntu disable ssh 
Shell :: check full memory details 
Shell :: git add -A ignore large files 
Shell :: cmd take ownership of folder 
Shell :: install eslint 
Shell :: microPY lib 
Shell :: get unpushed commits 
Shell :: how to uninstall cudnn ubuntu 
Shell :: install rust ubuntu 20 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =