Skip to content

Commit e58bd97

Browse files
committed
Updated maintainer
1 parent 53a3d82 commit e58bd97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:stable-slim
22

3-
LABEL maintainer="[email protected]"
3+
LABEL maintainer="Michele Adduci <[email protected]>"
44

55
WORKDIR /project
66

@@ -11,7 +11,7 @@ RUN echo "*** Installing gcc (4.9->8) ***" \
1111
&& echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" >> /etc/apt/sources.list.d/unstable.list \
1212
&& apt-get update \
1313
&& apt-get install -y cmake \
14-
&& apt-get install -y g++-4.9 g++-6 g++-7 g++-8 \
14+
&& apt-get install -y g++-4.9 g++-6 g++-7 g++-8 \
1515
&& apt-get autoremove --purge -y \
1616
&& apt-get autoclean -y \
1717
&& rm -rf /var/cache/apt/* /tmp/* \

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2019 Michele Adduci
3+
Copyright (c) 2017-current Michele Adduci
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)