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 && \
curl \
dmidecode \
git \
iproute2 \
jq \
libaio-dev \
libcap2 \
......@@ -38,6 +39,7 @@ RUN apt-get update && \
openssh-client \
openssh-server \
pciutils \
sudo \
util-linux \
vim \
wget \
......
......@@ -31,6 +31,7 @@ RUN apt-get update && \
dmidecode \
git \
hipify-clang \
iproute2 \
jq \
libaio-dev \
libboost-program-options-dev \
......@@ -46,6 +47,7 @@ RUN apt-get update && \
openssh-server \
pciutils \
rsync \
sudo \
util-linux \
vim \
wget \
......
......@@ -30,6 +30,7 @@ RUN apt-get update && \
dmidecode \
git \
hipify-clang \
iproute2 \
jq \
libaio-dev \
libboost-program-options-dev \
......@@ -46,6 +47,7 @@ RUN apt-get update && \
openssh-server \
pciutils \
rsync \
sudo \
util-linux \
vim \
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