Skip to content

Commit

Permalink
Add sqlite-utils package to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviomartins committed Mar 22, 2024
1 parent 3738cdc commit a9e708f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ RUN mamba install --yes \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

# Install sqlite-utils
RUN mamba install --yes \
'sqlite-utils' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

# Install sqlpkg
RUN curl -sS https://webi.sh/sqlpkg | sh && \
fix-permissions "/home/${NB_USER}"
Expand Down

0 comments on commit a9e708f

Please sign in to comment.