Skip to content

Commit

Permalink
TPC-H: Loader for MySQL fix shell version
Browse files Browse the repository at this point in the history
  • Loading branch information
perdelt committed Jan 19, 2024
1 parent 480964f commit a553753
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions images/tpch/loader_mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ RUN wget http://download.redis.io/redis-stable.tar.gz && tar xvzf redis-stable.t

#&& apt-get install -y mysql-apt-config && apt-get install -y mysql-shell

RUN apt-get install --fix-missing -y libcurl4
#RUN apt-get install --fix-missing -y libcurl4
RUN apt-get install -y libssh-4
RUN wget https://downloads.mysql.com/archives/get/p/43/file/mysql-shell_8.0.31-1debian11_amd64.deb
RUN dpkg -i mysql-shell_8.0.31-1debian11_amd64.deb
#RUN wget https://downloads.mysql.com/archives/get/p/43/file/mysql-shell_8.0.31-1debian11_amd64.deb
#RUN dpkg -i mysql-shell_8.0.31-1debian11_amd64.deb
RUN wget https://cdn.mysql.com//Downloads/MySQL-Shell/mysql-shell_8.0.36-1debian12_amd64.deb
RUN dpkg -i mysql-shell_8.0.36-1debian12_amd64.deb
RUN apt-get update
RUN apt install -y mysql-shell

Expand Down

0 comments on commit a553753

Please sign in to comment.