update zookeeper

Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle
2020-05-15 09:33:29 -07:00
parent 3c7a823307
commit dc804860d8
3 changed files with 4 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ RUN cd /usr/src \
&& dpkg -i /tmp/powershell.deb \
&& ln -snf "/opt/microsoft/powershell/7/pwsh" /usr/bin/pwsh \
&& apt-get install -fy \
&& rm -rf /var/lib/apt/lists/* /usr/src/* /tmp/powershell.deb
&& rm -rf /var/lib/apt/lists/* /usr/src/* /tmp/powershell.deb \
&& which pwsh
ENTRYPOINT [ "/usr/bin/pwsh" ]