mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
sitekey form mobile styling
This commit is contained in:
6
utils/aarch64-unknown-linux-musl-dockerfile
Normal file
6
utils/aarch64-unknown-linux-musl-dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
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
utils/x86_64-pc-windows-gnu-dockerfile
Normal file
1
utils/x86_64-pc-windows-gnu-dockerfile
Normal file
@@ -0,0 +1 @@
|
||||
RUN dpkg --add-architecture arm64 && apt-get update && apt-get install --assume-yes postgresql:arm64 postgresql-devel
|
||||
4
utils/x86_64-unknown-linux-musl-dockerfile
Normal file
4
utils/x86_64-unknown-linux-musl-dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
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