File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -223,28 +223,6 @@ ENV SIMICS_BASE="/workspace/simics/simics-${PUBLIC_SIMICS_PACKAGE_VERSION_1000}/
223223# Add cargo and ispm to the path
224224ENV PATH="/home/${USERNAME}/.cargo/bin:/workspace/simics/ispm:${PATH}"
225225
226- # Install minimal runtime dependencies only
227- # hadolint ignore=DL3004,SC3009
228- RUN <<EOF
229- set -e
230-
231- # Install minimal runtime dependencies
232- dnf -y install \
233- alsa-lib \
234- atk \
235- bash \
236- cups \
237- gtk3 \
238- mesa-libgbm \
239- openssl \
240- openssl-libs \
241- python3
242-
243- # Clean up package manager cache
244- dnf clean all
245- rm -rf /var/cache/dnf/* /tmp/* /var/tmp/*
246- EOF
247-
248226COPY --from=tsffs-dev /home/vscode/.bashrc /home/vscode/.bashrc
249227COPY --from=tsffs-dev --chown=root:dev --chmod=775 /workspace /workspace
250228COPY --from=tsffs-dev --chown=vscode:vscode ["/root/.config/Intel Simics Package Manager/" , "/home/vscode/.config/Intel Simics Package Manager/" ]
You can’t perform that action at this time.
0 commit comments