aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/client
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-09 04:36:34 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-09 04:36:46 +0300
commita2b20e16f2ffe82abc34e9f1be33806ca5506a5f (patch)
tree5ecc60bd646cbd0dfc443e86f178d2a95856ee63 /client
parentcmake-common: use C++17 (diff)
downloadmath-server-a2b20e16f2ffe82abc34e9f1be33806ca5506a5f.tar.gz
math-server-a2b20e16f2ffe82abc34e9f1be33806ca5506a5f.zip
client/Dockerfile: fix a typo
Diffstat (limited to 'client')
-rw-r--r--client/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Dockerfile b/client/Dockerfile
index 7980841..fe27a79 100644
--- a/client/Dockerfile
+++ b/client/Dockerfile
@@ -9,7 +9,7 @@ LABEL maintainer="Egor Tensin <Egor.Tensin@gmail.com>"
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -yq && \
- apt-get install -yq --no-install-recommmends \
+ apt-get install -yq --no-install-recommends \
build-essential \
cmake \
libboost-filesystem-dev \