4 lines
106 B
Text
4 lines
106 B
Text
|
FROM ubuntu:22.04
|
||
|
|
||
|
RUN apt update -y && apt install -y --no-install-recommends \
|
||
|
git make gcc valgrind
|