From f6358492a54ff7720d46940f9b918306a69af026 Mon Sep 17 00:00:00 2001 From: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com> Date: Thu, 26 Sep 2019 19:59:07 -0700 Subject: [PATCH] Removed unnecessary mv for libphysfs.a --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0b2991e..b5aff323 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,6 @@ WORKDIR /physfs/build/ RUN cmake .. RUN make -j$(nproc) RUN make install -RUN mv /usr/local/lib/libphysfs.a /usr/lib/x86_64-linux-gnu/. COPY ./src/ /otclient/src/. COPY CMakeLists.txt /otclient/.