Skip to content

Commit

Permalink
add anonymous volume instead of mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar256 committed May 20, 2023
1 parent ebbad2d commit 3f4e14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_IMAGE=ghcr.io/nazar256/mqdish-consumer:latest

FROM --platform=${TARGETPLATFORM} ${BASE_IMAGE}
RUN apk add --no-cache curl jq yq imagemagick exiftool ffmpeg p7zip samba-client openssh rclone \
&& mkdir -p /tmp/mqdish
RUN apk add --no-cache curl jq yq imagemagick exiftool ffmpeg p7zip rclone
VOLUME /tmp/mqdish
WORKDIR /tmp/mqdish
USER 10000 # use non-root user

0 comments on commit 3f4e14c

Please sign in to comment.