Skip to content

Commit

Permalink
rebuild container images
Browse files Browse the repository at this point in the history
  • Loading branch information
phue committed May 14, 2021
1 parent 7a61485 commit 01150b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion containers/addons/dpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ COPY environment.yml /
RUN apt-get update \
&& apt-get install --no-install-recommends -y procps \
&& micromamba install -y -n base -f /environment.yml \
&& micromamba clean -a && rm -rf /var/lib/{apt,dpkg,cache,log}
&& micromamba clean -a && rm -rf /var/lib/{apt,dpkg,cache,log}
2 changes: 1 addition & 1 deletion containers/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ COPY environment.yml /
RUN apt-get update \
&& apt-get install --no-install-recommends -y procps \
&& micromamba install -y -n base -f /environment.yml \
&& micromamba clean -a && rm -rf /var/lib/{apt,dpkg,cache,log}
&& micromamba clean -a && rm -rf /var/lib/{apt,dpkg,cache,log}
2 changes: 1 addition & 1 deletion containers/shiny/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN apt-get update \
&& micromamba install -y -n base -f /environment.yml \
&& micromamba clean -a && rm -rf /var/lib/{apt,dpkg,cache,log}

EXPOSE 44333
EXPOSE 44333

0 comments on commit 01150b7

Please sign in to comment.