dev container: pull docker base image (#29968)

pull/29975/head^2
Adeeb Shihadeh 2 years ago committed by GitHub
parent 66e5531c25
commit d0a31515a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .devcontainer/host_setup.sh

@ -1,5 +1,8 @@
#!/usr/bin/env bash
# pull base image
docker pull ghcr.io/commaai/openpilot-base:latest
# setup .host dir
mkdir -p .devcontainer/.host

Loading…
Cancel
Save