Skip to content

Instantly share code, notes, and snippets.

View ybkimm's full-sized avatar
🤔

Yongbin Kim ybkimm

🤔
View GitHub Profile
@ybkimm
ybkimm / Dockerfile
Created July 6, 2024 17:39
Build wine via Docker to avoid make system more bloated
# Yes, I'm using Ubuntu Desktop. it's ALREADY bloated...
# If you prefer other OS, i think that's totally okay
FROM ubuntu:noble
# Install dependencies, both 32-bit and 64-bit
# https://wiki.winehq.org/Building_Wine#Satisfying_Build_Dependencies
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y \
<!DOCTYPE HTML>
<html lang="ko">
<head>
<meta charset="UTF-8"/>
<title>제목</title>
<link rel="stylesheet" href="assets/main.css">
</head>
<body>
<div class="wrapper">