Signed-off-by: Olivier <tanuki@tanukitsu.net>
This commit is contained in:
parent
9d689801f3
commit
020616de37
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user