Skip to content

Commit

Permalink
Add openssh-client to main image
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
  • Loading branch information
carmenbianca committed Oct 24, 2023
1 parent d1dd57b commit 5efb012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ CLI command and its behaviour. There are no guarantees of stability for the
automatically create a `.license` file. (#851)
- No longer scan binary or uncommentable files for their contents in search of
REUSE information. (#825)
- No longer create and publish `-extra` Docker images. (#849)
- No longer create and publish `-extra` Docker images. The `openssh-client`
package is now in the main image. (#849)
- No longer create and publish `dev` Docker images. (#849)
- The `-debian` Docker image is now based off debian:12-slim. It used to be
based on the python:slim image, which used debian:slim under the hood. (#849)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Create a base image that has dependencies installed.
FROM alpine:3.18 AS base

RUN apk --no-cache add git mercurial python3
RUN apk --no-cache add git mercurial python3 openssh-client

# Build reuse into a virtualenv
FROM base AS build
Expand Down

0 comments on commit 5efb012

Please sign in to comment.