Skip to content

Commit

Permalink
Use emulator v1.6. Support MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Dec 2, 2024
1 parent 50e6c85 commit 5869bbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN apk add gmp-dev
RUN apk add zlib-dev
RUN apk add libc-dev
RUN apk add musl-dev
RUN apk add mariadb-connector-c-dev
RUN apk add pcre-dev

##################################################################################
##################################################################################
Expand Down Expand Up @@ -41,7 +43,7 @@ RUN mv /tmp/emulator /opt/emulator

WORKDIR /opt/emulator
RUN git fetch # just in case we have cached git clone
RUN git checkout v1.5
RUN git checkout v1.6
RUN cabal build emulator
RUN cp $(cabal list-bin emulator) /tmp/emulator

Expand Down

0 comments on commit 5869bbb

Please sign in to comment.