Skip to content
Snippets Groups Projects
Commit e5fd2082 authored by Mark Beierl's avatar Mark Beierl
Browse files

Remove PyYaml apt package


NBI is not building with PyYAML from apt, need to prefer the version from
pip instad.

Change-Id: Ie2bbf3a9c1dde60b8876f3bd2063dc1649f4904b
Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
parent 9687207f
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ FROM ubuntu:18.04
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install curl software-properties-common
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git python3 python3-dev python3-pip python3-yaml
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y git python3 python3-dev python3-pip
RUN python3 -m pip install --upgrade pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment