From 7c2ed032f126ca4d0589616ee25826880abd93c2 Mon Sep 17 00:00:00 2001
From: Niaz <tigrexspalterlp@gmail.com>
Date: Wed, 25 Aug 2021 23:34:26 +0200
Subject: [PATCH] Update Dockerfile

---
 backend/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/Dockerfile b/backend/Dockerfile
index 53b2c0a..142cd97 100644
--- a/backend/Dockerfile
+++ b/backend/Dockerfile
@@ -1,6 +1,6 @@
 FROM reallibrephotos/librephotos-dependencies:dev
 
-# install rust, a missing requirenment from pytorch
+# install rust and a missing requirenment from pytorch
 RUN apt install -y rustc libtinfo5 
 # actual project
 ARG DEBUG
-- 
GitLab