Skip to content

Commit

Permalink
Fix BASE_IMAGE 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Oct 12, 2023
1 parent d0ac808 commit ca80405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# and you can set the password to whatever you like,
#
# This DockerFile was partly adapted from the [scFlow Dockerfile](https://github.com/combiz/scFlow/blob/master/Dockerfile).
ARG BASE_IMAGE
FROM $BASE_IMAGE
RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit ca80405

Please sign in to comment.