Skip to content

Commit

Permalink
Merge pull request #39 from atsign-foundation/dockerfile-fix
Browse files Browse the repository at this point in the history
fix: Corrected typo in Dockerfile
  • Loading branch information
cpswan authored Nov 29, 2022
2 parents efdcc9c + d9d6297 commit 5b6fb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV HOMEDIR=/atsign
ENV BINARYDIR=/usr/local/at
ENV USER_ID=1024
ENV GROUP_ID=1024
COPY --from=buildimage /app/startup.sh /atsign/
COPY --from=buildimage /app/.startup.sh /atsign/
RUN apt-get update && apt-get install -y openssh-server sudo iputils-ping iproute2 ncat telnet net-tools nmap iperf3 tmux traceroute vim;\
addgroup --gid $GROUP_ID atsign ; \
sysctl -w net.ipv4.ping_group_range="0 1024" ; \
Expand Down

0 comments on commit 5b6fb9a

Please sign in to comment.