added translations for create/join organization and migrated to use Dockerfile

This commit is contained in:
Ronald A. Richardson
2024-02-15 23:11:20 +07:00
parent 2a2c7d8426
commit af4507cc87
5 changed files with 73 additions and 28 deletions

View File

@@ -1,9 +1,9 @@
# syntax = docker/dockerfile:1.2
# Base stage
FROM dunglas/frankenphp:sha-7454826-php8.2-alpine as base
FROM dunglas/frankenphp:1.1.0-php8.2-bookworm as base
# Install packages
RUN apk update && apk add git openssh bind-tools mycli nodejs npm \
RUN apt-get update && apt-get install -y git bind9-utils mycli nodejs npm \
&& mkdir -p /root/.ssh \
&& ssh-keyscan github.com >> /root/.ssh/known_hosts