Skip to content

Commit

Permalink
Forgot the -y argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
onpon4 committed Apr 21, 2023
1 parent 52d9ab5 commit 7af0b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naikari-linux-lts/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV IMAGE_NAME "naikari-linux-lts"

# Install Build dependencies.
RUN apt update && \
apt install build-essential libsdl2-dev libsdl2-image-dev \
apt install -y build-essential libsdl2-dev libsdl2-image-dev \
libgl1-mesa-dev libxml2-dev libfreetype6-dev libpng-dev libwebp-dev \
libopenal-dev libvorbis-dev binutils-dev libiberty-dev autopoint intltool \
libfontconfig-dev python3-pip libluajit-5.1-dev libphysfs-dev \
Expand Down

0 comments on commit 7af0b4e

Please sign in to comment.