Skip to content

Commit e893a8f

Browse files
committed
fix so codacy stops crying
1 parent f9380fc commit e893a8f

3 files changed

+4
-4
lines changed

.gitpod.dockerfile

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
FROM gitpod/workspace-full-vnc:latest
1+
FROM gitpod/workspace-full-vnc:branch-pr-349
22

33
USER root
4-
RUN dpkg --add-architecture i386 \
5-
&& apt-get update \
6-
&& apt-get install -y \
4+
RUN apt-get update \
5+
&& apt-get install -y --no-install-recommends \
76
cabextract \
87
libxext6 \
98
libxext6:i386 \

.gitpod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ tasks:
1111
- init: >
1212
mvn install
1313
command: >
14+
mvn clean package &&
1415
cd phoenicis-dist/src/scripts &&
1516
sh phoenicis-create-package.sh

libxext6_2%3a1.3.4-0ubuntu1_i386.deb

30.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)