浏览代码

Include /usr/bin/time in the docker

So we can measure memory usage
Ian Goldberg 6 月之前
父节点
当前提交
8aeacca011
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -1,6 +1,6 @@
 FROM ubuntu:22.04
 ARG DEBIAN_FRONTEND=noninteractive
-RUN apt update && apt install -y wget git build-essential net-tools iproute2 iperf iputils-ping libbsd-dev libboost-all-dev numactl
+RUN apt update && apt install -y wget git build-essential net-tools iproute2 iperf iputils-ping libbsd-dev libboost-all-dev numactl time
 WORKDIR /root
 COPY . prac
 WORKDIR /root/prac