Skip to content

Commit 5869bbb

Browse files
committed
Use emulator v1.6. Support MySQL
1 parent 50e6c85 commit 5869bbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ RUN apk add gmp-dev
88
RUN apk add zlib-dev
99
RUN apk add libc-dev
1010
RUN apk add musl-dev
11+
RUN apk add mariadb-connector-c-dev
12+
RUN apk add pcre-dev
1113

1214
##################################################################################
1315
##################################################################################
@@ -41,7 +43,7 @@ RUN mv /tmp/emulator /opt/emulator
4143

4244
WORKDIR /opt/emulator
4345
RUN git fetch # just in case we have cached git clone
44-
RUN git checkout v1.5
46+
RUN git checkout v1.6
4547
RUN cabal build emulator
4648
RUN cp $(cabal list-bin emulator) /tmp/emulator
4749

0 commit comments

Comments
 (0)