aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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 \