Minimize sim docker image size (#20324)

old-commit-hash: 1e5b04ba2f
commatwo_master
iejMac 4 years ago committed by GitHub
parent a61b248ba7
commit 9f86db04ea
  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