ngbs 3 年之前
父节点
当前提交
8c1728b568
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      x-ui/Dockerfile.latest

+ 1 - 1
x-ui/Dockerfile.latest

@@ -15,7 +15,7 @@ RUN tar zxf /tmp/x-ui-linux-amd64.tar.gz -C /tmp --strip-components=1; \
 FROM alpine
 COPY --from=builder /tmp/x-ui /usr/local/bin/x-ui
 COPY --from=builder /tmp/*.dat /tmp/xray-linux-amd64 /bin
-RUN apk --no-cache add ca-certificates tzdata
+RUN apk --no-cache add ca-certificates tzdata bash
 VOLUME ["/etc/x-ui"]
 ENTRYPOINT ["/usr/local/bin/x-ui"]
 ENV PATH /usr/local/bin/x-ui:$PATH