meow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM alpine AS base | |
| ENV CONF_ARGS="--disable-shared" \ | |
| CMAKE_ARGS="-DBUILD_SHARED_LIBS=0" \ | |
| CC="clang-15" \ | |
| CXX="clang++-15" \ | |
| LD="ld.lld" \ | |
| LDFLAGS="-no-pie -static -static-libgcc -Wl,--no-dynamic-linker -Wl,-static" | |
| RUN apk add --no-cache autoconf automake ca-certificates clang15 cmake eudev-dev gcc git gnupg libtool linux-headers make musl-dev ncurses-static ncurses-terminfo nghttp2-dev nghttp2-static openssl-dev openssl-libs-static pkgconf wget xz zlib-dev zlib-static | |
| FROM base AS libplist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .theme-dark .container__26baa { | |
| border-bottom: 1px solid var(--background-modifier-accent); | |
| } | |
| .theme-dark .background__2fff8 { | |
| background-color: var(--home-background); | |
| } | |
| .theme-dark .background_c54132 { | |
| background-color: var(--home-background); | |
| } | |
| .theme-dark { |