csci5451/Dockerfile

4 lines
106 B
Docker

FROM ubuntu:22.04
RUN apt update -y && apt install -y --no-install-recommends \
git make gcc valgrind