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 ubuntu:22.04 | |
| ENV DEBIAN_FRONTEND=noninteractive | |
| # system dependencies | |
| RUN apt-get update && apt-get install -y \ | |
| curl wget gnupg2 software-properties-common apt-transport-https \ | |
| git unzip build-essential clang lldb lld \ | |
| nasm yasm \ | |
| libssl-dev libcurl4-openssl-dev libelf-dev \ |
OlderNewer