Skip to content

Commit

Permalink
Update Dockerfile to install fd-find package from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviomartins committed May 6, 2024
1 parent bd158d7 commit f23389a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN echo "deb http://apt.postgresql.org/pub/repos/apt jammy-pgdg main" > /etc/ap
# Install the PostgreSQL utilities
RUN apt-get update --yes && \
apt-get install --yes --no-install-recommends \
fd-find \
pspg \
postgresql-client-12 \
postgresql-client-13 \
Expand All @@ -26,9 +25,6 @@ RUN apt-get update --yes && \
postgresql-client-16 && \
apt-get clean && rm -rf /var/lib/apt/lists/*

# Alias fd to fdfind
RUN ln -sf /usr/bin/fdfind /usr/local/bin/fd

# Install fx
RUN curl -sS https://fx.wtf/install.sh | sh

Expand Down Expand Up @@ -123,6 +119,7 @@ RUN mamba install --yes \

# Install utils
RUN mamba install --yes \
'fd-find' \
'file' \
'git-delta' \
'git-lfs' \
Expand Down

0 comments on commit f23389a

Please sign in to comment.