demo user

This commit is contained in:
realaravinth
2021-08-09 10:37:19 +05:30
parent a5558e4b6f
commit 3c72d27b36
11 changed files with 123 additions and 85 deletions

View File

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

View File

@@ -1 +0,0 @@
RUN dpkg --add-architecture arm64 && apt-get update && apt-get install --assume-yes postgresql:arm64 postgresql-devel

View File

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