Skip to content

Commit f72ac9c

Browse files
committed
questasim: remove redundant step
1 parent ae9e11d commit f72ac9c

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

questasim/Dockerfile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,18 +101,6 @@ RUN <<EOF
101101
rm -rf /var/lib/apt/lists/*
102102
EOF
103103

104-
# Install necessary tools and dependencies
105-
# https://yoloh3.github.io/linux/2016/12/24/install-modelsim-in-linux/
106-
RUN <<EOF
107-
set -e
108-
apt-get -q -y update
109-
apt-get -q -y install --no-install-recommends \
110-
libncurses6 libxtst6 libxft2 libstdc++6 libc6 lib32z1 libbz2-1.0 \
111-
libpng16-16 libqt5xml5 libx11-xcb1 libsm6 libdbus-1-3
112-
apt-get clean
113-
rm -rf /var/lib/apt/lists/*
114-
EOF
115-
116104
# Add Questa to path
117105
ENV QUESTA_ROOTDIR="/opt/QuestaSim/$QUESTA_VERSION"
118106
ENV PATH="$QUESTA_ROOTDIR/questa_fse/bin:${PATH}"

0 commit comments

Comments
 (0)