Skip to content

Commit

Permalink
Fix upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Oct 25, 2023
1 parent 8bab3c8 commit 13fa35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL maintainer="Buenos Aires Smalltalk <[email protected]>"
WORKDIR /opt/pharo
RUN set -eu; \
apt-get update; \
apt-get upgrade -y \
apt-get upgrade -y; \
apt-get install --assume-yes --no-install-recommends \
ca-certificates \
libcurl3-gnutls \
Expand Down

0 comments on commit 13fa35e

Please sign in to comment.