|
@@ -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
|