mirror of
https://github.com/Pithikos/C-Thread-Pool
synced 2024-11-22 21:51:29 +03:00
5 lines
85 B
Docker
5 lines
85 B
Docker
FROM ubuntu
|
|
|
|
RUN apt-get update && \
|
|
apt-get -y install gcc valgrind time python
|