csci5451/Dockerfile

4 lines
106 B
Docker
Raw Normal View History

2023-10-08 01:37:18 +00:00
FROM ubuntu:22.04
RUN apt update -y && apt install -y --no-install-recommends \
git make gcc valgrind