Fix python dev package name in builder docker 26/4926/2
authorE. Scott Daniels <daniels@research.att.com>
Tue, 27 Oct 2020 11:50:03 +0000 (07:50 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Tue, 27 Oct 2020 11:56:24 +0000 (07:56 -0400)
The python dev package in alpine's package repo has change its name
from python-dev to python3-dev.   This fix changes the name so that
the image will build.

Issue-ID: RIC-672

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I618ea860ae57e7bd5824aaec1db9a6a1da00c56b

bldr-imgs/bldr-alpine3/Dockerfile

index 8c2ad17..c52561f 100644 (file)
@@ -29,7 +29,7 @@ RUN apk update && apk add \
   libtool \
   ninja \
   pkgconfig \
-  python-dev \
+  python3-dev \
   sudo \
   git \
   go