Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ke Zhu authored and shawnzhu committed Apr 6, 2021
1 parent 774a61f commit 1edacdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN apt update && \
RUN wget -c https://github.com/IBM/presto-db2/releases/download/${PRESTO_VERSION}/presto-db2-${PRESTO_VERSION}.zip
RUN unzip presto-db2-$PRESTO_VERSION.zip && rm -f presto-db2-$PRESTO_VERSION.zip


FROM prestosql/presto:$PRESTO_VERSION
# Consume historial image from Trino
FROM ghcr.io/trinodb/presto:$PRESTO_VERSION

USER root
# Update centos packages
Expand Down

0 comments on commit 1edacdf

Please sign in to comment.