Compare commits
No commits in common. "0f16779e78b27a67b0a214070256d99ceffad6dc" and "cb2ff574ed142217da3f25828ba2ceecf4d2bc5c" have entirely different histories.
0f16779e78
...
cb2ff574ed
|
@ -1,7 +0,0 @@
|
|||
FROM docker.io/ubuntu:20.04
|
||||
|
||||
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
|
||||
RUN apt update && apt install -y -q git vim build-essential alsa-source alsa-tools libasound2-dev pkg-config libwayland-dev gcc-mingw-w64 zip
|
||||
RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
RUN rustup target add x86_64-pc-windows-gnu
|
||||
ENV PATH "$PATH:/root/.cargo/bin"
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
cd "`dirname "$0"`"
|
||||
podman build . --tag outfly-build-env
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
cd "`dirname "$0"`"
|
||||
mkdir -p ../../additional/docker
|
||||
podman run --rm -it -v ../../additional/docker:/workdir outfly-build-env bash
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# ▄████████▄ + ███ + ▄█████████ ███ +
|
||||
# ███▀ ▀███ + + ███ ███▀ + ███ + +
|
||||
# ███ + ███ ███ ███ █████████ ███ ███ ███ ███
|
||||
|
|
Loading…
Reference in a new issue