From 020616de378445f9bbfa8e05c3158799add0f7dd Mon Sep 17 00:00:00 2001 From: Olivier Date: Sun, 3 Jan 2021 15:08:04 +0000 Subject: [PATCH] Fix typo Signed-off-by: Olivier --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef37e83..2cd1b81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM rust:1.49.0-slim # install needed APT packages, then clear out the cache to reduce image size bloat -RUN apt install apt-get -qq update && \ +RUN apt-get -qq update && \ apt-get -yqq install pkg-config nodejs npm git && \ rm -r /var/cache/apt