Skip to content

Commit

Permalink
add git to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-edward committed Jan 4, 2025
1 parent efd5761 commit d868d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.box_base
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM ubuntu:22.04

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y --no-install-recommends ccache clang clang-format cmake build-essential xvfb wget vim libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev libwayland-dev libxkbcommon-dev pkg-config libfreetype6-dev freeglut3-dev libasound2-dev libcurl4-openssl-dev libjack-jackd2-dev libxcomposite-dev mesa-common-dev ladspa-sdk webkit2gtk-4.0 libgtk-3-dev && \
apt-get install -y --no-install-recommends git ccache clang clang-format cmake build-essential xvfb wget vim libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev libwayland-dev libxkbcommon-dev pkg-config libfreetype6-dev freeglut3-dev libasound2-dev libcurl4-openssl-dev libjack-jackd2-dev libxcomposite-dev mesa-common-dev ladspa-sdk webkit2gtk-4.0 libgtk-3-dev && \
rm -rf /var/lib/apt/lists/*

0 comments on commit d868d1a

Please sign in to comment.