From 3143064a423bea9346ad6a28575f6e4a135752e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vicente=20Mataix=20Ferr=C3=A1ndiz?=
 <vicente.mataix-ferrandiz@inria.fr>
Date: Wed, 5 May 2021 12:47:45 +0000
Subject: [PATCH] Revert chown

---
 docker/Dockerfile_full | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docker/Dockerfile_full b/docker/Dockerfile_full
index eb28712..9557830 100644
--- a/docker/Dockerfile_full
+++ b/docker/Dockerfile_full
@@ -34,7 +34,6 @@ RUN rm -rf Miniconda3-latest-Linux-x86_64.sh
 
 # Changing to home
 WORKDIR /home/${USER}
-RUN chown ${USER}:${USER} /home/${USER}/miniconda3/bin/conda
 USER ${USER}
 
 # Create the environment:
-- 
GitLab