Fri Feb 24 07:29:33 PM CET 2023
This commit is contained in:
parent
7cc528056c
commit
70b155aca4
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ FROM ubuntu:jammy
|
||||||
RUN apt-get -y update && \
|
RUN apt-get -y update && \
|
||||||
apt-get -y upgrade && \
|
apt-get -y upgrade && \
|
||||||
apt-get -y install make wget git patch build-essential && \
|
apt-get -y install make wget git patch build-essential && \
|
||||||
dpkg --add-architecture i386 && apt-get update && apt-get install wine32
|
dpkg --add-architecture i386 && apt-get -y update && apt-get -y install wine32
|
||||||
|
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue