WS-207807 # Fix typo

This commit is contained in:
huangqingming
2024-01-19 07:52:10 +00:00
parent 734767fc69
commit 4c6141924c
4 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1,9 @@
ARG BASE_IMAGE=ubuntu:22.04
FROM ${BASE_IMAGE}
RUN ln -svf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
apt-get update && \
apt-get install -y build-essential libseccomp-dev curl pkg-config libseccomp2 && \
rm -rf /var/lib/apt/lists/*
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s - -y