Skip to content

Commit

Permalink
Add patool to cmd/processor/Dockerfile
Browse files Browse the repository at this point in the history
Used by the upcoming hotkdump workflow to extract files
  • Loading branch information
lathiat committed Jun 27, 2023
1 parent 6fbad4e commit 249bdd0
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 python3-pip
RUN apt update -yyq && apt -yyq install ca-certificates git xz-utils python3 python3-yaml coreutils bsdmainutils jq bc python3-simplejson python3-pip patool
RUN update-ca-certificates
RUN mkdir /etc/athena/

Expand Down

0 comments on commit 249bdd0

Please sign in to comment.