Skip to content

Commit

Permalink
fixing base docker deps
Browse files Browse the repository at this point in the history
  • Loading branch information
napetrov committed Sep 13, 2023
1 parent 1d6a5af commit c4f38e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker/onedal-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WORKDIR ${workdirectory}

#Env setup
RUN apt-get update && \
apt-get -y install sudo
apt-get -y install sudo wget gnupg

# Installing environment for base development dependencies
RUN .ci/env/apt.sh dev-base
Expand Down

0 comments on commit c4f38e3

Please sign in to comment.