Skip to content

Commit

Permalink
FIX: Install apt-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 authored Dec 7, 2023
1 parent f7b6213 commit 1d6bc77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binder/appendix.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
USER root
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && \
apt-get install apt-utils && \
wget -q -O /tmp/lrose.deb https://github.com/NCAR/lrose-core/releases/download/lrose-core-20220222/lrose-core-20220222.ubuntu_18.04.amd64.deb && \
apt-get -y install /tmp/lrose.deb && \
apt-get clean && \
Expand Down

0 comments on commit 1d6bc77

Please sign in to comment.