Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anticitizn authored Mar 14, 2023
1 parent 1f077ed commit 440288f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update \
&& apt upgrade -y \
&& apt install -y --no-install-recommends \
apt-utils build-essential clang cmake libsdl2-dev libc6 libc-bin
apt-utils zip build-essential clang cmake libsdl2-dev libc6 libc-bin

WORKDIR /usr/src/solnce/
WORKDIR /usr/src/solnce/

0 comments on commit 440288f

Please sign in to comment.