mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
Bumped Asterinas & OSDK version to 0.5.1
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
18b11ec193
commit
4700ab71bc
@ -16,10 +16,18 @@ RUN apt update && apt-get install -y --no-install-recommends \
|
||||
git-core \
|
||||
gnupg \
|
||||
libssl-dev \
|
||||
jq \
|
||||
python3-pip \
|
||||
python-is-python3 \
|
||||
wget
|
||||
|
||||
#= Download dependency =====================================================
|
||||
|
||||
WORKDIR /root/dependency
|
||||
RUN wget https://raw.githubusercontent.com/asterinas/linux_vdso/2a6d2db/vdso64.so -O vdso64.so
|
||||
RUN wget https://raw.githubusercontent.com/asterinas/linux_kernel/9e66d28/vmlinuz-5.15.0-105-generic \
|
||||
-O vmlinuz
|
||||
|
||||
#= Build benchmark =========================================================
|
||||
|
||||
FROM build-base as build-benchmarks
|
||||
|
Reference in New Issue
Block a user