Skip to content

Commit

Permalink
Adding rhash and xxhash
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Apr 7, 2024
1 parent 1c2d4a0 commit 0f00c05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Docker container with utilities to compute hashes (CRC32, MD5, SHA-1, SHA-256, S
[![Docker Build](https://github.com/leplusorg/docker-hash/workflows/Docker/badge.svg)](https://github.com/leplusorg/docker-hash/actions?query=workflow:"Docker")
[![Docker Stars](https://img.shields.io/docker/stars/leplusorg/hash)](https://hub.docker.com/r/leplusorg/hash)
[![Docker Pulls](https://img.shields.io/docker/pulls/leplusorg/hash)](https://hub.docker.com/r/leplusorg/hash)
[![Docker Automated](https://img.shields.io/docker/cloud/automated/leplusorg/hash)](https://hub.docker.com/r/leplusorg/hash)
[![Docker Build](https://img.shields.io/docker/cloud/build/leplusorg/hash)](https://hub.docker.com/r/leplusorg/hash)
[![Docker Version](https://img.shields.io/docker/v/leplusorg/hash?sort=semver)](https://hub.docker.com/r/leplusorg/hash)

## Example not using the filesystem
Expand Down
2 changes: 1 addition & 1 deletion hash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.19.1

# hadolint ignore=DL3018
RUN apk --update --no-cache add apache2-utils argon2 coreutils openssl perl-archive-zip perl-utils \
RUN apk --update --no-cache add apache2-utils argon2 coreutils hashcat openssl perl-archive-zip perl-utils rhash xxhash \
&& rm -rf /var/cache/apk/*

0 comments on commit 0f00c05

Please sign in to comment.