Skip to content

Commit

Permalink
install ext from sh
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Feb 28, 2024
1 parent 84a2399 commit 1b87b93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ WORKDIR ${WORKSPACE_DIR}

USER root

RUN echo $USERNAME

COPY scripts/ /opt/

RUN chmod -R +x /opt/ && \
Expand All @@ -45,6 +47,7 @@ RUN chmod -R +x /opt/ && \
/opt/install-argo-workflows-cli.sh && \
/opt/install-postgresql-cli.sh && \
/opt/install-duckdb-cli.sh && \
/opt/install-duckdb-extensions.sh && \
# Fix permissions
chown -R ${USERNAME}:${GROUPNAME} ${HOME} && \
chmod +x /opt/onyxia-init.sh && \
Expand Down

0 comments on commit 1b87b93

Please sign in to comment.