File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV TPZ_DB_NAME=tpzdb
14
14
WORKDIR /topaz
15
15
16
16
# Update and install all requirements as well as some useful tools such as net-tools and nano
17
- RUN apt update && apt install -y net-tools nano build-essential software-properties-common g++-8 luajit-5.1-dev libzmq3-dev luarocks python3.7 cmake pkg-config g++ dnsutils git mariadb-server libluajit-5.1-dev libzmq3-dev autoconf pkg-config zlib1g-dev libssl-dev python3.6-dev libmysqlclient -dev
17
+ RUN apt update && apt install -y net-tools nano build-essential software-properties-common g++-8 luajit-5.1-dev libzmq3-dev luarocks python3.7 cmake pkg-config g++ dnsutils git mariadb-server libluajit-5.1-dev libzmq3-dev autoconf pkg-config zlib1g-dev libssl-dev python3.6-dev libmariadb -dev-compat
18
18
19
19
# Copy everything from the host machine topaz folder to /topaz
20
20
ADD . /topaz
You can’t perform that action at this time.
0 commit comments