Unverified Commit b5e3678e authored by Yifan Xiong's avatar Yifan Xiong Committed by GitHub
Browse files

Update apt packages in dockerfile (#398)

Update apt packages in dockerfile, support sudo and ip commands.
parent e75c1059
...@@ -26,6 +26,7 @@ RUN apt-get update && \ ...@@ -26,6 +26,7 @@ RUN apt-get update && \
curl \ curl \
dmidecode \ dmidecode \
git \ git \
iproute2 \
jq \ jq \
libaio-dev \ libaio-dev \
libcap2 \ libcap2 \
...@@ -38,6 +39,7 @@ RUN apt-get update && \ ...@@ -38,6 +39,7 @@ RUN apt-get update && \
openssh-client \ openssh-client \
openssh-server \ openssh-server \
pciutils \ pciutils \
sudo \
util-linux \ util-linux \
vim \ vim \
wget \ wget \
......
...@@ -31,6 +31,7 @@ RUN apt-get update && \ ...@@ -31,6 +31,7 @@ RUN apt-get update && \
dmidecode \ dmidecode \
git \ git \
hipify-clang \ hipify-clang \
iproute2 \
jq \ jq \
libaio-dev \ libaio-dev \
libboost-program-options-dev \ libboost-program-options-dev \
...@@ -46,6 +47,7 @@ RUN apt-get update && \ ...@@ -46,6 +47,7 @@ RUN apt-get update && \
openssh-server \ openssh-server \
pciutils \ pciutils \
rsync \ rsync \
sudo \
util-linux \ util-linux \
vim \ vim \
wget \ wget \
......
...@@ -30,6 +30,7 @@ RUN apt-get update && \ ...@@ -30,6 +30,7 @@ RUN apt-get update && \
dmidecode \ dmidecode \
git \ git \
hipify-clang \ hipify-clang \
iproute2 \
jq \ jq \
libaio-dev \ libaio-dev \
libboost-program-options-dev \ libboost-program-options-dev \
...@@ -46,6 +47,7 @@ RUN apt-get update && \ ...@@ -46,6 +47,7 @@ RUN apt-get update && \
openssh-server \ openssh-server \
pciutils \ pciutils \
rsync \ rsync \
sudo \
util-linux \ util-linux \
vim \ vim \
wget \ wget \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment