mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
chore: add dependency for Dockerfile
This commit is contained in:
parent
206d449afa
commit
6d22acb133
@ -27,7 +27,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
|
|||||||
esac \
|
esac \
|
||||||
&& set -ex \
|
&& set -ex \
|
||||||
# libatomic1 for arm
|
# libatomic1 for arm
|
||||||
&& apt-get update && apt-get install -y nginx
|
&& apt-get update && apt-get install -y nginx libaio1
|
||||||
|
|
||||||
RUN rm -rf /etc/nginx/sites-enabled/default
|
RUN rm -rf /etc/nginx/sites-enabled/default
|
||||||
COPY --from=builder /app/nocobase.tar.gz /app/nocobase.tar.gz
|
COPY --from=builder /app/nocobase.tar.gz /app/nocobase.tar.gz
|
||||||
|
@ -27,7 +27,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
|
|||||||
esac \
|
esac \
|
||||||
&& set -ex \
|
&& set -ex \
|
||||||
# libatomic1 for arm
|
# libatomic1 for arm
|
||||||
&& apt-get update && apt-get install -y nginx
|
&& apt-get update && apt-get install -y nginx libaio1
|
||||||
|
|
||||||
RUN rm -rf /etc/nginx/sites-enabled/default
|
RUN rm -rf /etc/nginx/sites-enabled/default
|
||||||
COPY --from=builder /app/nocobase.tar.gz /app/nocobase.tar.gz
|
COPY --from=builder /app/nocobase.tar.gz /app/nocobase.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user