Skip to content

Dockerfile #14

Description

@rationalthinker1

Hello, I don't know if it's useful or not, but I've created this Dockerfile to work out with the dependencies.

I have this Dockerfile:

FROM maven:3.6.2-jdk-8-openj9

RUN apt-get update -y && apt-get install -y git
RUN git clone https://github.com/Borisvl/bigbash.git
WORKDIR /bigbash
RUN ./bigbash.sh
ENTRYPOINT ["./bigbash.sh"]
CMD ["--help"

and then I would run:
docker run -it --rm -v $(pwd):/data bigbash -f /data/m1_test1.sql
to get the output

(trap "kill 0" SIGINT; cat movies.dat|sed "s/::/$(printf '\t')/g"|cut -d $'\t' -f2|sort -S2G -t$'\t' -k 1,1|head -n10|awk -F '\t' '{print $1}')

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions