Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
olegs authored Mar 24, 2021
1 parent 7614977 commit 3c23823
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# On Dockerhub, Ubuntu 20.04 LTS image is now the new Minimal Ubuntu image.
FROM ubuntu:20.04

LABEL author = "Oleg Shpynov"
LABEL email = "[email protected]"

FROM ubuntu:20.04

RUN apt-get update \
&& apt-get install -y wget \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 3c23823

Please sign in to comment.