Explorar el Código

Install build-base

master
Chris Smith hace 5 años
padre
commit
22a350eb87
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      Dockerfile

+ 2
- 0
Dockerfile Ver fichero

@@ -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…
Cancelar
Guardar