Skip to content

Commit

Permalink
Update arm base image to Ubuntu 24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kapdap committed Nov 13, 2024
1 parent e6df894 commit fb1c83c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions arm.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM arm32v7/ubuntu:22.04
FROM arm32v7/ubuntu:24.10

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN \
apt-get update &&\
Expand All @@ -9,6 +9,8 @@ RUN \
attr \
acl \
samba \
samba-dsdb-modules \
samba-vfs-modules \
smbclient \
ldap-utils \
winbind \
Expand All @@ -30,4 +32,4 @@ VOLUME [ "/var/lib/samba", "/etc/samba/external" ]
ADD init.sh /init.sh
ADD domain.sh /domain.sh
RUN chmod 755 /init.sh /domain.sh
CMD /init.sh setup
CMD [ "/init.sh", "setup" ]

0 comments on commit fb1c83c

Please sign in to comment.