Skip to content

Commit 3c2edd4

Browse files
authored
Merge pull request #113 from jhnc-oss/issue_112
Add cargo, quilt to default installation
2 parents 688b4fe + 3b02f25 commit 3c2edd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

yocto-fc/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ LABEL \
1313
RUN dnf update -y && \
1414
dnf install -y \
1515
bzip2 \
16+
cargo \
1617
ccache \
1718
chrpath \
1819
cpio \
@@ -57,6 +58,7 @@ RUN dnf update -y && \
5758
python3-pip \
5859
python3-setuptools \
5960
python3-toml \
61+
quilt \
6062
ripgrep \
6163
rpcgen \
6264
SDL-devel \

0 commit comments

Comments
 (0)