mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 02:25:41 +00:00
demo user
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
FROM rustembedded/cross:aarch64-unknown-linux-musl
|
||||
|
||||
RUN dpkg --add-architecture arm64 && \
|
||||
apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install --assume-yes postgresql
|
||||
@@ -1 +0,0 @@
|
||||
RUN dpkg --add-architecture arm64 && apt-get update && apt-get install --assume-yes postgresql:arm64 postgresql-devel
|
||||
@@ -1,4 +0,0 @@
|
||||
FROM rustembedded/cross:x86_64-unknown-linux-musl
|
||||
RUN dpkg --add-architecture arm64 && \
|
||||
apt-get update &&
|
||||
apt-get install --assume-yes postgresql-13:x86_64
|
||||
Reference in New Issue
Block a user