Skip to content

Commit a868604

Browse files
author
Steve Jeong
committed
docker: packages: Add cpio.
Signed-off-by: Steve Jeong <[email protected]>
1 parent 2224bc0 commit a868604

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docker/focal/install-packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ apt-get update && apt-get install -y --no-install-recommends \
44
bc \
55
bison \
66
build-essential \
7+
cpio \
78
cscope \
89
exuberant-ctags \
910
flex \

docker/jammy/install-packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ apt-get update && apt-get install -y --no-install-recommends \
44
bc \
55
bison \
66
build-essential \
7+
cpio \
78
cscope \
89
exuberant-ctags \
910
flex \

docker/latest/install-packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ apt-get update && apt-get install -y --no-install-recommends \
44
bc \
55
bison \
66
build-essential \
7+
cpio \
78
cscope \
89
exuberant-ctags \
910
flex \

0 commit comments

Comments
 (0)