Skip to content

Commit

Permalink
Merge pull request canonical#45 from dosaboy/add-missing-processor-deps
Browse files Browse the repository at this point in the history
Add python3-pip to cmd/processor/Dockerfile
  • Loading branch information
dosaboy authored Jun 26, 2023
2 parents 3ae069b + 44fb504 commit 6fbad4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/processor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:20.04
LABEL maintainer="Canonical Sustaining Engineering <[email protected]>"

RUN apt update -yyq && apt -yyq install ca-certificates git xz-utils python3 python3-yaml coreutils bsdmainutils jq bc python3-simplejson
RUN apt update -yyq && apt -yyq install ca-certificates git xz-utils python3 python3-yaml coreutils bsdmainutils jq bc python3-simplejson python3-pip
RUN update-ca-certificates
RUN mkdir /etc/athena/

Expand Down

0 comments on commit 6fbad4e

Please sign in to comment.