Skip to content

Commit

Permalink
docker运行方式
Browse files Browse the repository at this point in the history
  • Loading branch information
IoTServ committed Feb 23, 2021
1 parent 95d8efc commit 972c763
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
@@ -1,6 +1,6 @@
FROM ubuntu:latest

RUN apt-get install python-software-properties -y
RUN apt-get update
RUN apt-get install software-properties-common -y
RUN add-apt-repository ppa:nilarimogard/webupd8
RUN apt-get update
Expand Down

0 comments on commit 972c763

Please sign in to comment.