Skip to content

Commit

Permalink
Fixed #78: missing libmagic in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed May 25, 2024
1 parent c2976f8 commit 18b34aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1]

### Fixed

- Missing libmagic in docker image

## [1.2.0]

### Added
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
# locales required if tool has any i18n support
locales-all wget \
libmagic1 \
&& rm -rf /var/lib/apt/lists/* \
&& python -m pip install --no-cache-dir -U \
pip \
Expand Down
2 changes: 1 addition & 1 deletion src/nautiluszim/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.2.1"

0 comments on commit 18b34aa

Please sign in to comment.