From 318deec6c34f6b91d554cacc76e69fef64516947 Mon Sep 17 00:00:00 2001 From: VictorCaproiu Date: Mon, 30 Mar 2026 02:26:30 +0300 Subject: [PATCH] Fix typo in README for Docker image instructions Less base --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d65455..cb62f60 100644 --- a/README.md +++ b/README.md @@ -817,7 +817,7 @@ Verify with `curl`. ### Build Program With GCC13 An advantage of using containers is the fact that they offer a flexible environment for testing and building applications. -Based on [this](https://gitlab.cs.pub.ro/operating-systems/assignments-docker-base/-/blob/main/Dockerfile?ref_type=heads) Dockerfile, create a Docker image which compiles an application based based on a `Makefile` located in the `/workdir` path. +Based on [this](https://gitlab.cs.pub.ro/operating-systems/assignments-docker-base/-/blob/main/Dockerfile?ref_type=heads) Dockerfile, create a Docker image which compiles an application based on a `Makefile` located in the `/workdir` path. The container must be able to compile applications using GCC13.