Skip to content

Commit eadf232

Browse files
authored
Dockerfile: remove unecessary runtime deps from tsffs_prod image (#238)
1 parent 84096fd commit eadf232

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

Dockerfile

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff 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
224224
ENV 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-
248226
COPY --from=tsffs-dev /home/vscode/.bashrc /home/vscode/.bashrc
249227
COPY --from=tsffs-dev --chown=root:dev --chmod=775 /workspace /workspace
250228
COPY --from=tsffs-dev --chown=vscode:vscode ["/root/.config/Intel Simics Package Manager/", "/home/vscode/.config/Intel Simics Package Manager/"]

0 commit comments

Comments
 (0)