Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
t-b committed Sep 6, 2024
1 parent dc69f60 commit 940b595
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tools/ftp-upload/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
FROM debian:bookworm
LABEL org.opencontainers.image.authors="Thomas Braun [email protected]"

RUN DEBIAN_FRONTEND=noninteractive \
apt-get update && \
apt-get install -y \
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get install -y \
ca-certificates \
lftp \
openssl && \
lftp \
openssl && \
apt-get clean

ARG UNAME=ci
Expand Down

0 comments on commit 940b595

Please sign in to comment.