Преглед на файлове

fix build

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
ruiyi.jiang преди 2 години
родител
ревизия
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