Skip to content

Commit

Permalink
build:tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
lecaoquochung committed Jan 11, 2025
1 parent 1c69ccf commit 311be95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ubuntu/latest.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ RUN apt-get update && \
default-jdk \
chromium-bsu \
chromium-browser \
xvfb && \
xvfb \
build-essential cmake libsdl2-dev libfreetype6-dev libglew-dev libglm-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Install Yarn
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
Expand Down

0 comments on commit 311be95

Please sign in to comment.