Skip to content

Commit

Permalink
Edit Joystick Interposer build container
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Oct 19, 2023
1 parent 17b225c commit d7d9828
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/js-interposer/Dockerfile.ubuntu_debpkg
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .
Expand Down

0 comments on commit d7d9828

Please sign in to comment.