This commit is contained in:
Jackson Delahunt 2019-11-15 15:19:44 +11:00
parent 14b7e411b2
commit f70122f317
2 changed files with 4 additions and 4 deletions

View file

@ -4,11 +4,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build Environment
env:
DESKTOP_ENVIRONMENT_USER: ${{ secrets.DESKTOP_ENVIRONMENT_USER }}
run: ./docker/scripts/build.sh
- uses: actions/checkout@master
run: docker/scripts/build.sh
- name: Publish to Registry
uses: HurricanKai/Publish-Docker-Github-Action@master
with:

View file

@ -232,7 +232,7 @@ RUN add-apt-repository ppa:kgilmer/speed-ricer && \
apt-get install -qq i3blocks i3-gaps i3lock-fancy && \
sed -i 's/TEXT=".*"/TEXT=""/' /usr/bin/i3lock-fancy && \
wget -qnv -O /usr/share/i3lock-fancy/lock.png http://png-pixel.com/1x1-00000000.png && \
pip3 install --user i3-resurrect i3-workspace-names-daemon
pip3 install --force --user i3-resurrect i3-workspace-names-daemon
# Install jobber
RUN wget -O jobber.deb -qnv https://github.com/dshearer/jobber/releases/download/v1.4.0/jobber_1.4.0-1_amd64.deb && \
@ -333,7 +333,7 @@ RUN apt-get update -qq && \
cd xava/build && \
cmake .. -DCMAKE_BUILD_TYPE=Debug -DINCLUDE_DIRS=lib/iniparser/src && \
make -j$(nproc) && \
make install || true
make install
# Install yarn
RUN curl -fsSL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \