-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit Joystick Interposer build container
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,10 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal | |
build-essential && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
ARG PKG_NAME "selkies-js-interposer" | ||
ARG PKG_VERSION "0.0.0" | ||
ARG DEBFULLNAME "Dan Isla" | ||
ARG DEBEMAIL "[email protected]" | ||
ARG PKG_NAME="selkies-js-interposer" | ||
ARG PKG_VERSION="0.0.0" | ||
ARG DEBFULLNAME="Dan Isla" | ||
ARG DEBEMAIL="[email protected]" | ||
|
||
WORKDIR /opt/build | ||
COPY . . | ||
|