Переглянути джерело

fix build

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
ruiyi.jiang 1 рік тому
батько
коміт
f7e05a21a5
1 змінених файлів з 0 додано та 3 видалено
  1. 0 3
      Dockerfile

+ 0 - 3
Dockerfile

@@ -25,9 +25,6 @@ COPY --from=builder /app/server/yarn.lock /app/yarn.lock
 
 # => Reinstall production dependencies and clean cache
 RUN yarn install --production && yarn cache clean
-# Add bash
-RUN apk add --no-cache bash
-
 # Make our shell script executable
 RUN chmod +x /app/build/env.sh