Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Minor Dockerfile Improvements (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
clairmont32 authored Feb 25, 2021
1 parent c0bd338 commit 6ee9dd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN set -ex; \
dpkg --add-architecture i386; \
apt update -y; \
apt install -y \
vim \
apt-transport-https \
bc \
binutils \
Expand Down Expand Up @@ -50,6 +51,7 @@ apt install -y \
libopenal1:i386 \
libpulse0:i386 \
libsdl1.2debian \
libsdl2-2.0-0:i386 \
libssl1.0.0:i386 \
libstdc++5:i386 \
libstdc++6 \
Expand Down

0 comments on commit 6ee9dd3

Please sign in to comment.