File tree 2 files changed +8
-10
lines changed
2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 8
8
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && \
9
9
apt-get -y install --no-install-recommends \
10
10
make rpm binutils joe file apt-transport-https \
11
- ca-certificates curl ftp gnupg-agent software-properties-common awscli iputils-ping telnet dos2unix
11
+ ca-certificates curl ftp gnupg-agent software-properties-common awscli iputils-ping telnet
12
12
13
13
# Configure awscli (s3)
14
14
RUN mkdir /root/.aws
Original file line number Diff line number Diff line change 20
20
<packager .name>Laurent Gougeon</packager .name>
21
21
<
packager .email>
[email protected] </
packager .email>
22
22
<packager .distribution>OpenPDS</packager .distribution>
23
- <build .number>24102024 </build .number>
23
+ <build .number>14052024 </build .number>
24
24
</properties >
25
25
<licenses >
26
26
<license >
91
91
<plugin >
92
92
<groupId >org.apache.maven.plugins</groupId >
93
93
<artifactId >maven-antrun-plugin</artifactId >
94
- <version >3.0 .0</version >
94
+ <version >3.1 .0</version >
95
95
<executions >
96
96
<execution >
97
97
<id >convert-eol</id >
98
98
<phase >prepare-package</phase >
99
99
<configuration >
100
- <tasks >
101
- <exec executable =" dos2unix" >
102
- <arg value =" etc/master/sh/*" />
103
- <arg value =" etc/monitor/sh/*" />
104
- <arg value =" etc/mover/sh/*" />
105
- </exec >
106
- </tasks >
100
+ <target >
101
+ <fixcrlf
102
+ srcdir=" etc"
103
+ eol=" unix" includes =" **/sh/*" />
104
+ </target >
107
105
</configuration >
108
106
<goals >
109
107
<goal >run</goal >
You can’t perform that action at this time.
0 commit comments