Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Irreq authored Aug 8, 2024
1 parent 42a8097 commit 707545a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV TZ=Europe \
DEBIAN_FRONTEND=noninteractive \
DISPLAY=:0.0

RUN apt-get update -y
RUN apt-get update && apt-get install -y apt-transport-https

# Setting up build environment
RUN apt-get install -y \
Expand Down

0 comments on commit 707545a

Please sign in to comment.