Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Update syntax to be current
  • Loading branch information
kjake committed Aug 27, 2024
1 parent d8eb5c4 commit 654dd9b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM kjake/base

MAINTAINER kjake
LABEL maintainer="kjake"

ENV PERSISTENT_RUNTIME_DEPS \
libwrap0 \
Expand All @@ -11,7 +10,7 @@ ENV PERSISTENT_RUNTIME_DEPS \
python3 \
perl

ENV DEBIAN_FRONTEND=noninteractive
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update \
&& apt-get install \
Expand Down Expand Up @@ -42,7 +41,7 @@ RUN apt-get update \

COPY docker-entrypoint.sh /docker-entrypoint.sh
COPY afp.conf /etc/afp.conf
ENV DEBIAN_FRONTEND=newt
ENV DEBIAN_FRONTEND newt

ENTRYPOINT ["/docker-entrypoint.sh"]
CMD [ "/usr/sbin/netatalk", "-F","/etc/afp.conf","-d"]

0 comments on commit 654dd9b

Please sign in to comment.