Skip to content

Commit

Permalink
chore: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero6992 authored Dec 21, 2022
1 parent 864ab1d commit d9db66f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
FROM ubuntu:20.04
RUN apt-get update && \
apt-get install -yq tzdata && \
ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime && \
dpkg-reconfigure -f noninteractive tzdata && \
apt-get install -y python3-pip

FROM python:3.8

COPY ./ /DiscordBot
WORKDIR /DiscordBot
Expand Down

0 comments on commit d9db66f

Please sign in to comment.