Skip to content

Commit

Permalink
Fix some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ngr31 committed Jan 30, 2024
1 parent 09ebf86 commit c3ca282
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@ LABEL com.github.containers.toolbox="true" \
maintainer="Joe Ipson" \
title="Jetskis"

# Add PPAs
RUN add-apt-repository ppa:longsleep/golang-backports -y

# Update apt
RUN apt-get update && apt-get dist-upgrade -y && apt-get upgrade -y

# Install prerequisite pacakges
RUN apt-get install software-properties-common apt-transport-https apt-utils -y

# Add PPAs
RUN add-apt-repository ppa:longsleep/golang-backports -y

# Install base packages
RUN apt-get install micro mosh tmux apt-transport-https \
htop awscli ffmpeg git zsh software-properties-common \
apt-utils dialog golang-go golang-easyjson btop \
unzip p7zip-full p7zip-rar nano wget gpg curl \
-y
RUN apt-get install micro mosh tmux curl \
htop awscli ffmpeg git zsh nano wget \
dialog golang-go golang-easyjson btop \
unzip p7zip-full p7zip-rar gpg -y

# Install dev packages
RUN apt-get install build-essential libssl-dev zlib1g-dev \
Expand Down

0 comments on commit c3ca282

Please sign in to comment.