From 10339b6eda3a1275b8bb1608e91efea5265e02b8 Mon Sep 17 00:00:00 2001 From: Charles de Freitas Date: Thu, 22 Oct 2020 12:21:03 +0100 Subject: [PATCH] Add visualboyadvance --- .github/workflows/docker-publish.yml | 4 ---- Dockerfile | 2 +- startapp.sh | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 6d3137d..b82bfba 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -6,15 +6,12 @@ on: branches: - master - # Publish `v1.2.3` tags as releases. tags: - - v* # Run tests for any PRs. pull_request: env: - # TODO: Change variable to your image's name. IMAGE_NAME: twitch-plays-x jobs: @@ -51,7 +48,6 @@ jobs: run: docker build . --file Dockerfile --tag $IMAGE_NAME - name: Log into GitHub Container Registry - # TODO: Create a PAT with `read:packages` and `write:packages` scopes and save it as an Actions secret `CR_PAT` run: echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin - name: Push image to GitHub Container Registry diff --git a/Dockerfile b/Dockerfile index 759998a..222fbb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM jlesage/baseimage-gui:ubuntu-18.04-v3 # Install xterm. -RUN add-pkg xterm xdotool nodejs +RUN add-pkg xterm xdotool nodejs visualboyadvance # Copy the start script. COPY startapp.sh /startapp.sh diff --git a/startapp.sh b/startapp.sh index 10bc316..710bbcd 100755 --- a/startapp.sh +++ b/startapp.sh @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/bin/xterm \ No newline at end of file +exec /usr/bin/vba -F