Browse Source

Install build-base

master
Chris Smith 5 years ago
parent
commit
22a350eb87
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Dockerfile

+ 2
- 0
Dockerfile View File

@@ -3,6 +3,7 @@ FROM	registry:2
3 3
 COPY	requirements.txt /tmp
4 4
 
5 5
 RUN	apk --no-cache add \
6
+		build-base \
6 7
 		gcc \
7 8
 		libc-dev \
8 9
 		libffi-dev \
@@ -12,6 +13,7 @@ RUN	apk --no-cache add \
12 13
 	pip3 install --no-cache-dir --upgrade pip && \
13 14
 	pip3 install --no-cache-dir -r /tmp/requirements.txt && \
14 15
 	apk del \
16
+		build-base \
15 17
 		gcc \
16 18
 		libc-dev \
17 19
 		libffi-dev \

Loading…
Cancel
Save