mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-05-10 23:53:09 +00:00
chore(global): usual commit-them-all to avoid data loss
Gonna start over on the workspace due to technical diffculties. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
81902a0b3c
commit
4df05ae9c4
18 changed files with 224 additions and 32 deletions
4
.gitpod.Dockerfile
vendored
4
.gitpod.Dockerfile
vendored
|
@ -1,3 +1,4 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM gitpod/workspace-full
|
||||
|
||||
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#linux
|
||||
|
@ -9,5 +10,8 @@ RUN sudo install-packages \
|
|||
libpng-dev \
|
||||
libz-dev
|
||||
|
||||
# https://docs.docker.com/build/install-buildx/
|
||||
COPY --from=docker/buildx-bin:latest /buildx /usr/libexec/docker/cli-plugins/docker-buildx
|
||||
|
||||
# brew maintenance + install ShellCheck and Hadolint
|
||||
RUN brew update && brew install hadolint shellcheck
|
Loading…
Add table
Add a link
Reference in a new issue