Add a standard build instruction first
This commit is contained in:
parent
7d273bfb8a
commit
2547b86518
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ WORKDIR /firestorm/3p-fmodstudio
|
||||||
|
|
||||||
COPY ./fmodstudioapi20220linux.tar.gz ./
|
COPY ./fmodstudioapi20220linux.tar.gz ./
|
||||||
|
|
||||||
RUN autobuild build -A64
|
RUN autobuild build --all && autobuild build -A64 --all
|
||||||
RUN autobuild package -A64
|
RUN autobuild package -A64
|
||||||
|
|
||||||
RUN mv /firestorm/3p-fmodstudio/*.bz2 /firestorm/linux-fmod.tar.bz2
|
RUN mv /firestorm/3p-fmodstudio/*.bz2 /firestorm/linux-fmod.tar.bz2
|
||||||
|
|
Loading…
Reference in a new issue