From cd99951360d1f321170da72fdb510e7552b85dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Sk=C3=B3rzewski?= Date: Wed, 3 Apr 2024 09:39:23 +0200 Subject: [PATCH] Debug 8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4864da..a64ea55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM ubuntu:latest -RUN apt update && pt install -y python3-pip \ No newline at end of file +RUN apt update && apt install -y python3-pip \ No newline at end of file