Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vnijs committed Jul 25, 2024
1 parent e702a28 commit f2dea7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion rsm-msba-arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ RUN apt-get update -qq && apt-get -y --no-install-recommends install \
htop \
openjdk-17-jdk-headless \
ant \
pipx \
ca-certificates-java \
lsof \
pipx \
&& apt-get clean \
&& update-ca-certificates -f;

Expand Down Expand Up @@ -342,6 +343,10 @@ RUN mkdir -p /var/run/sshd \
&& echo 'PubkeyAuthentication yes' >> /etc/ssh/sshd_config \
&& chsh -s $(which zsh) ${NB_USER}

# cleanup
RUN rm -rf ~/work/ \
&& rm -f ~/*.*

EXPOSE 22 4040 4041 8181 8282 8765 8989 8501 8000
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]

Expand Down
3 changes: 1 addition & 2 deletions scripts/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ if [ "$(uname -m)" = "arm64" ]; then
# exit

LABEL=rsm-msba-arm
# build
build NO
build
else
LABEL=rsm-msba-intel
build
Expand Down

0 comments on commit f2dea7d

Please sign in to comment.