Skip to content

Commit

Permalink
Fix ubuntu dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
renanccastro committed Apr 24, 2021
1 parent 93d0399 commit ff8fb8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ubuntu:20.10
FROM ubuntu:20.04

ENV DEBIAN_FRONTEND noninteractive
ENV UBUNTU_VERSION 20.10
ENV UBUNTU_VERSION 20.04

RUN apt-get update && \
apt-get --yes upgrade && \
apt-get install -y curl ca-certificates && \
apt-get install -y curl ca-certificates python-is-python2 && \
rm -rf /var/lib/apt/lists/*

# Install some dependencies that Galaxy users have requested for their apps. We
Expand Down

0 comments on commit ff8fb8a

Please sign in to comment.