Skip to content

Commit

Permalink
Dockerfile install tbb
Browse files Browse the repository at this point in the history
  • Loading branch information
buck-yeh committed Aug 17, 2021
1 parent 01bc314 commit 4636183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/archlinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Server = http://free.nchc.org.tw/arch/$repo/os/$arch\n' | tee /etc/pacman.d/mirr
fi && \
sed -Ei 's|^#TotalDownload\s*$|TotalDownload|g' /etc/pacman.conf && \
sed -Ei 's|^#VerbosePkgLists\s*$|VerbosePkgLists|g' /etc/pacman.conf && \
pacman -Sy --needed --noconfirm cmake make gcc git binutils fmt fakeroot gawk catch2 glibc && \
pacman -Sy --needed --noconfirm cmake make gcc git binutils fmt fakeroot gawk catch2 glibc tbb && \
rm -rf /root/.cache
RUN useradd -m guest

Expand Down

0 comments on commit 4636183

Please sign in to comment.