Minimize sim docker image size (#20324)

This commit is contained in:
iejMac
2021-03-11 19:04:29 -08:00
committed by GitHub
parent 92e69e8b75
commit 1e5b04ba2f
+1 -1
View File
@@ -1,6 +1,6 @@
FROM ghcr.io/commaai/openpilot-base:latest
RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y --no-install-recommends\
apt-utils \
unzip \
tar \