Skip to content

Instantly share code, notes, and snippets.

View urassh's full-sized avatar

urassh urassh

View GitHub Profile
@urassh
urassh / Dockerfile
Last active May 4, 2025 07:26
42用の環境を作るDockerfile
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
ARG VALGRIND_VERSION=3.21.0
RUN apt-get update && \
apt-get install -y \
build-essential \
clang \
git \