Fix typo
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: Olivier <tanuki@tanukitsu.net>
This commit is contained in:
Olivier 'reivilibre' 2021-01-03 15:08:04 +00:00
parent 9d689801f3
commit 020616de37

View File

@ -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