Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Commit b37bc89

Browse files
Evandro MyllerEvandro Myller
authored andcommitted
Install Python3 + Nodejs + Bower into a small Arch Linux image
1 parent 9ca6c83 commit b37bc89

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
FROM nfnty/arch-mini
2+
MAINTAINER Evandro Myller <[email protected]>
3+
4+
# Update repositories and upgrade the system
5+
RUN pacman -Syu --noconfirm
6+
7+
# Install Python
8+
RUN pacman -S --noconfirm python python-pip
9+
10+
# Install NodeJS + Bower
11+
RUN pacman -S --noconfirm nodejs bower
12+

0 commit comments

Comments
 (0)