Committing the docker with the changes to install the ysam

This commit is contained in:
MeenaRenganathan22 2023-01-24 20:41:43 -05:00
parent 6f76ecfdb5
commit 4a0202a074
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ RUN apt-get update && \
libc6 \
libc6-dev \
libc6-dev-arm64-cross \
yasm \
zstd && \
apt-get clean

View File

@ -16,6 +16,7 @@ RUN sed -i "s|http://archive.ubuntu.com|${apt_archive}|g" /etc/apt/sources.list
gnupg \
locales \
wget \
yasm \
tzdata \
&& apt-get clean