Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
add: ssh package
Browse files Browse the repository at this point in the history
  • Loading branch information
catunlock committed Jul 6, 2021
1 parent 90367ab commit 9f9c7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/sardana_dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM mambaorg/micromamba:0.13.1
# [Optional] Uncomment this section to install additional OS packages.
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends pkg-config make build-essential \
iputils-ping git libgl1-mesa-glx
iputils-ping git libgl1-mesa-glx ssh

ADD environment.yml /root/
# RUN micromamba env update -n base -f /root/environment.yml && rm /root/environment.yml
Expand Down

0 comments on commit 9f9c7d2

Please sign in to comment.