8 lines
84 B
Docker
8 lines
84 B
Docker
FROM syui/aios
|
|
|
|
WORKDIR /app
|
|
COPY . .
|
|
RUN pacman -Syu rye --noconfirm
|
|
RUN rye sync
|
|
|