FROM debian:bullseye
LABEL maintainer="Lovell Fuller <npm@lovell.info>"

## Copyright 2017 Lovell Fuller and others.
## SPDX-License-Identifier: Apache-2.0

# Create Debian-based container suitable for post-processing Windows binaries

RUN apt-get update && apt-get install -y curl zip
