toradex / vscode-torizon-templates

VS Code Torizon Integrated Development Environment Templates
MIT License
15 stars 20 forks source link

Missing the step that performs the apply torizon packages on the Dockerfiles of the Rust templates #150

Closed andreriesco closed 9 months ago

andreriesco commented 9 months ago

The following apply torizon packages step are missing on the Dockerfiles of the Rust templates:

# your regular RUN statements here
# Install required packages
RUN apt-get -q -y update && \
    apt-get -q -y install \
# DO NOT REMOVE THIS LABEL: this is used for VS Code automation
    # __torizon_packages_prod_start__
    # __torizon_packages_prod_end__
# DO NOT REMOVE THIS LABEL: this is used for VS Code automation
    && apt-get clean && apt-get autoremove && \
    rm -rf /var/lib/apt/lists/*
andreriesco commented 9 months ago

Duplicates: #121