Skip to content

Commit

Permalink
Put CDockerGenerator in charge of installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Sep 29, 2024
1 parent 618f024 commit f3ce998
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ public String defaultImage() {
return DEFAULT_BASE_IMAGE;
}

@Override
protected String generateRunForInstallingDeps() {
if (builderBase().equals(defaultImage())) {
return "RUN set -ex && apk add --no-cache musl-dev make cmake";
} else {
return "# (Skipping installation of build dependencies; custom base image.)";
}
}

@Override
protected String generateCopyOfExecutable() {
var lfModuleName = context.getFileConfig().name;
Expand Down

0 comments on commit f3ce998

Please sign in to comment.