Browse Source

update pre run cmd

longjin 1 year ago
parent
commit
e16ca2eb7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -8,7 +8,7 @@
 FROM ubuntu:22.04 as build
 
 # For CI/CD purposes, we can pass a pre-run command to the build image
-ARG PRE_RUN_CMD=""
+ARG PRE_RUN_CMD="echo pre-run-cmd"
 ARG CRATES_IO_INDEX="sparse+https://rsproxy.cn/index/"
 ARG APT_REPO="cn.archive.ubuntu.com"