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

Commit a39d3eb

Browse files
Evandro MyllerEvandro Myller
authored andcommitted
Install base development packages
1 parent b37bc89 commit a39d3eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ MAINTAINER Evandro Myller <[email protected]>
44
# Update repositories and upgrade the system
55
RUN pacman -Syu --noconfirm
66

7+
# Install base packages
8+
RUN pacman -S --noconfirm base-devel git
9+
710
# Install Python
811
RUN pacman -S --noconfirm python python-pip
912

0 commit comments

Comments
 (0)