myContainers / slim /Dockerfile
TobDeBer
slim with gomp
5dd8514
raw
history blame contribute delete
100 Bytes
FROM debian:bookworm-slim
RUN apt-get update && apt-get install libgomp1
CMD ["sleep", " infinity"]