Skip to content

Commit

Permalink
fix so codacy stops crying
Browse files Browse the repository at this point in the history
  • Loading branch information
jake5253 committed Mar 2, 2021
1 parent f9380fc commit e893a8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitpod.dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM gitpod/workspace-full-vnc:latest
FROM gitpod/workspace-full-vnc:branch-pr-349

USER root
RUN dpkg --add-architecture i386 \
&& apt-get update \
&& apt-get install -y \
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
cabextract \
libxext6 \
libxext6:i386 \
Expand Down
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ tasks:
- init: >
mvn install
command: >
mvn clean package &&
cd phoenicis-dist/src/scripts &&
sh phoenicis-create-package.sh
Binary file added libxext6_2%3a1.3.4-0ubuntu1_i386.deb
Binary file not shown.

0 comments on commit e893a8f

Please sign in to comment.