Skip to content

Commit

Permalink
Added curl-dev package in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Delle Cave committed Sep 14, 2020
1 parent f1904c9 commit 198ade3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
monit-docker (0.0.37) unstable; urgency=medium

* Added curl-dev package in Dockerfile.

-- Adrien DELLE CAVE (Decryptus) <adrien.delle.cave@commandersact.com> Mon, 14 Sep 2020 02:07:36 +0200

monit-docker (0.0.36) unstable; urgency=medium

* Added 'my' filter for variables in templates.
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM alpine:latest
LABEL maintainer="docker@doowan.net"

RUN apk -Uuv add bash \
curl-dev \
gcc \
libffi-dev \
libressl-dev \
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.36
0.0.37
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.36
0.0.37
2 changes: 1 addition & 1 deletion bin/monit-docker
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ monit-docker

from __future__ import absolute_import

__version__ = '0.0.36'
__version__ = '0.0.37'

import argparse
import codecs
Expand Down
4 changes: 2 additions & 2 deletions setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: monit-docker
author: Adrien Delle Cave
author_email: pypi@doowan.net
copyright: '2020 Adrien Delle Cave'
release: '0.0.36'
version: '0.0.36'
release: '0.0.37'
version: '0.0.37'
license: License GPL-3
url: https://github.com/decryptus/monit-docker
python_requires:
Expand Down

0 comments on commit 198ade3

Please sign in to comment.