Skip to content

Commit

Permalink
ZWOO-436 fix: add missing package, bump zwooc
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankachlock committed Aug 17, 2024
1 parent 86fa518 commit f8dc159
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM debian:bookworm-slim AS builder

LABEL org.opencontainers.image.description the base image for building zwoo related images
LABEL org.opencontainers.image.description="the base image for building zwoo related images"

WORKDIR /temp/zwooc

ENV \
# Zwooc version
ZWOOC_VERSION=1.0.1
ZWOOC_VERSION=1.1.0

# Download zwooc from GitHub releases
RUN apt-get update && apt-get install -y curl \
Expand Down Expand Up @@ -127,6 +127,7 @@ RUN set -ex \
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
curl \
ca-certificates \
git \
libatomic1 \
python3 \
Expand Down

0 comments on commit f8dc159

Please sign in to comment.