Minimize sim docker image size (#20324)

pull/20326/head
iejMac 4 years ago committed by GitHub
parent 92e69e8b75
commit 1e5b04ba2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/sim/Dockerfile.sim

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

Loading…
Cancel
Save