Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
broskoTT committed Sep 25, 2024
1 parent b79755a commit ee3d334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ubuntu-20.04.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM ubuntu:20.04

ENV DEBIAN_FRONTEND=noninteractive

COPY install_common.sh /install_common.sh
RUN chmod +x /install_common.sh && /install_common.sh
COPY docker_install_common.sh /docker_install_common.sh
RUN chmod +x /docker_install_common.sh && /docker_install_common.sh

0 comments on commit ee3d334

Please sign in to comment.