Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Add bash to the image
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Nov 2, 2018
1 parent ed065ff commit 307af02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@
FROM alpine

# Enable HTTPS support in wget.
RUN apk add --update openssl
RUN apk add --update --no-cache openssl bash

# Download Nix and install it into the system.
RUN wget https://nixos.org/releases/nix/nix-2.1.3/nix-2.1.3-x86_64-linux.tar.bz2 \
Expand Down

0 comments on commit 307af02

Please sign in to comment.