From 6a6e61d0bc661251d6a3cfc7a95d47517ec1d310 Mon Sep 17 00:00:00 2001 From: Flavio Martins Date: Mon, 6 May 2024 20:18:10 +0100 Subject: [PATCH] Update Dockerfile to remove installation of fx --- notebook/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/notebook/Dockerfile b/notebook/Dockerfile index afcb46a..ba3d589 100644 --- a/notebook/Dockerfile +++ b/notebook/Dockerfile @@ -25,9 +25,6 @@ RUN apt-get update --yes && \ postgresql-client-16 && \ apt-get clean && rm -rf /var/lib/apt/lists/* -# Install fx -RUN curl -sS https://fx.wtf/install.sh | sh - USER ${NB_UID} # Install PostgreSQL Python drivers