Fri Feb 24 07:24:59 PM CET 2023
This commit is contained in:
parent
c3af9a1a70
commit
7cc528056c
1 changed files with 4 additions and 3 deletions
|
|
@ -4,9 +4,10 @@ FROM ubuntu:jammy
|
||||||
# It's probably totally unnecesary to include all of these dependencies.
|
# It's probably totally unnecesary to include all of these dependencies.
|
||||||
#
|
#
|
||||||
|
|
||||||
RUN apt-get -y update && apt-get -y upgrade && apt-get -y install make wget git patch build-essential
|
RUN apt-get -y update && \
|
||||||
|
apt-get -y upgrade && \
|
||||||
|
apt-get -y install make wget git patch build-essential && \
|
||||||
|
dpkg --add-architecture i386 && apt-get update && apt-get install wine32
|
||||||
|
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue